Implementation of NMEA2000 RAW streams to WIFI
Opened this issue · 3 comments
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:
- Yacht Devices RAW (https://www.yachtd.com/products/wifi_gateway.html)
- Digital Yacht RAW (https://github.com/digitalyacht/iKonvert/wiki/4.-Serial-Protocol)
Kind regards,
Torben
Not yet...
Currently in supports SeaSmart.
For the others someone :-) would need to write the code to translate.
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
Thanks, looks interesting!