Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node / JavaScript mavlink bindings.... #21

Open
davidbuzz opened this issue Dec 11, 2020 · 0 comments
Open

Node / JavaScript mavlink bindings.... #21

davidbuzz opened this issue Dec 11, 2020 · 0 comments

Comments

@davidbuzz
Copy link

davidbuzz commented Dec 11, 2020

I'd just like to leave a note that the JavaScript/Node generator and bindings ( https://github.com/ArduPilot/pymavlink/tree/master/generator/javascript ) have recently had a bit of an overhaul to include a thorough test suite ( compares their input and output against the C impl ), and a large number of fixes that were brought into them as a result. ArduPilot/pymavlink#431 They support extension fields now too.

Also, I'd like to add that i've recently added Mavlink2 Packet Signing support as well, with a full test suite that again compares everything produced with the C bindings. ArduPilot/pymavlink#482 that i hope will be accepted into the main repo any-day-now.

Finally, as 'proof' that the signing support works, i've added a mavproxy-like tool, written entirely in JS, called "MAVAgent", that uses the output from the above 'Signing' PR and connects to an arduplot vehicle and can enable/disable signing on the link , etc https://github.com/davidbuzz/MAVAgent just though you all might be interested . ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant