-
Notifications
You must be signed in to change notification settings - Fork 0
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
Change data-creation and multiplexing #3
Comments
arnegue
added a commit
that referenced
this issue
Apr 18, 2024
arnegue
added a commit
that referenced
this issue
Apr 18, 2024
arnegue
added a commit
that referenced
this issue
Apr 24, 2024
arnegue
added a commit
that referenced
this issue
Apr 24, 2024
arnegue
added a commit
that referenced
this issue
Apr 24, 2024
arnegue
added a commit
that referenced
this issue
Apr 24, 2024
arnegue
added a commit
that referenced
this issue
Apr 24, 2024
arnegue
added a commit
that referenced
this issue
Apr 24, 2024
arnegue
added a commit
that referenced
this issue
May 1, 2024
arnegue
added a commit
that referenced
this issue
May 2, 2024
arnegue
added a commit
that referenced
this issue
May 2, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently this program's focus is on NMEA-messages: Receiving NMEA-Messages on one device and forwarding it to another (without parsing whatsoever).
Only Seatalk-Mesages are getting parsed so that they may get put into another NMEA-Message and getting send to a NMEA-device. And then only if there is a one-to-one-datagram on each side. This is done throught inheritance. (Seatalk-datagram derives from nmea-datagram).
But there are some limitations.
E.g:
NMEA's datagram (RMC) needs more than one Seatalk-Datagram for its message: There are two seatalk-datagrams for one position: LatitudePosition (0x50) and LongitudePosition (0x51). One for time, one for date, one for speed....
TODOs and thoughts (will be edited through the whole process)
The text was updated successfully, but these errors were encountered: