Hi Bruce
That library sounds like a good fit if @Andi want’s to try it ;). If it works we could make this a generation option for JS MAVLink.
A while ago I was actually wondering my self if I should try it this way (i.e. sending MAVLink to the browser).. I also have written a small piece of ground control station in JS with Node and Primus (WS). It’s actually more a MAVLink proxy that has a very rudimentary web interface. (Still need to make it public..)
I figured, if you parse MAVLink on the server, you can just send the JSON representation to the browser which therefore doesn’t introduce a new protocol, and you can just read it without libraries. What’s you opinion on that? (for the case where you have a server anyway)
Cheers
ada