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

Removal of boost::asio dependency #19

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

DMaroo
Copy link
Contributor

@DMaroo DMaroo commented Aug 2, 2021

This PR replaces the boost::asio and boost::system dependencies with standalone asio and std::system_error and std::error_code. This allows us to completely remove any Boost dependency. This ideally shouldn't break the code in any way, but this would still require testing with the hardware to confirm (cc @nocoinman).

Fixes #15.

@DMaroo
Copy link
Contributor Author

DMaroo commented Aug 2, 2021

I tested the PR by using a TCP connection through a docker container (as specified in https://github.com/nocoinman/mosaicgnss-dev). And from the results, it seems to work fine, i.e. it is able to connect and get data from the specified IP and port, and then parse the data. It also publishes to /navsatfix and /velocity.

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

Successfully merging this pull request may close these issues.

Remove dependencies on boost::asio and boost::system
1 participant