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

Consider changing serial library to improve multiplatform support #130

Open
chrisdalke opened this issue Nov 25, 2024 · 0 comments
Open

Comments

@chrisdalke
Copy link

Hi! Thanks for your work on gomavlib. I'm working on using the library to add a mavlink input plugin to telegraf (influxdata/telegraf#16221). Telegraf is a popular metrics ingestion / transformation tool written in go. Ingesting mavlink in telegraf would be a very useful feature for drone companion computers.

Telegraf has fairly extensive platform compatibility requirements: i386 linux, darwin (arm/amd64), armhf, etc.

It looks like gomavlib is mostly platform independent, with the exception of the serial library. Would you consider changing from the current serial library to something like https://github.com/bugst/go-serial?

If you're open to this, I can help put up a PR to make the switch and test the change.

Thanks!

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