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

Implementation of NMEA2000 RAW streams to WIFI #82

Open
torbenmb opened this issue Oct 10, 2024 · 3 comments
Open

Implementation of NMEA2000 RAW streams to WIFI #82

torbenmb opened this issue Oct 10, 2024 · 3 comments

Comments

@torbenmb
Copy link

Has it already been considered to also implement one of the open protocols to stream NMEA2000 RAW data to WIFI?

In addition to streaming the NMEA2000 data in actisense format via USB, it would be great to also stream them wirelessly in one of the following open formats:

Kind regards,
Torben

@wellenvogel
Copy link
Owner

Not yet...
Currently in supports SeaSmart.
For the others someone :-) would need to write the code to translate.

@zajac-grzegorz
Copy link

I have recently created my variation of the Nmea2000->Wifi gateway, and it has multiple converters to provide the output on TCP or UDP asynchronous servers in the following formats:

Actisense NGT, BIN, RAW and ASCII, Yacht Devices ASCII RAW, SeaSmart, NMEA0183 and in the custom JSON format. Support for fast packet messages for RAW formats included.

Feel free to check or reuse the code.

https://github.com/zajac-grzegorz/ReSailing-NMEA2000-Gateway

@wellenvogel
Copy link
Owner

Thanks, looks interesting!

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

3 participants