mavlink-parser-browserify
v0.1.0
Published
MavLink definitions and parsing library for the browser
Downloads
3
Readme
If you're looking for the officially supported bindings for JavaScript see the pymavlink project.
MavLink Parser for the browser
Mavlink-parser-browserify is a copy of node-mavlink. Unfortunately, the original node-mavlink library has a dependency on the node UDP/datagram sockets module (dgram). This is an issue when trying to run node-mavlink in a browser-only environment from Webpack 5 lost polyfill.
This work is simply the node-mavlink striped of its dependency on dgram (and the functionalities linked to it).