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

NavTex, Inmarsat Fleet messages should be made part of the SignalK spec #616

Open
mgrouch opened this issue Apr 19, 2021 · 2 comments
Open

Comments

@mgrouch
Copy link

mgrouch commented Apr 19, 2021

NavTex, Inmarsat Fleet messages should be made part of the SignalK spec

@mgrouch
Copy link
Author

mgrouch commented Apr 19, 2021

Related: #356

@htool
Copy link

htool commented Feb 7, 2022

Agreed. For NavTex messages are send by stations identified by StationIDs.
A message is of a certain type and carries a message id.

Typically one would filter on station and then message type.
So a path like /resources/navtex/stationId/messageType would allow to setup listeners for only those messages that you're interested in.

The message would have the following info:

  • message id (00-99)
  • Time received (time sent is part of the text messsage as well, but free form so not easily parsable)
  • Actual message text - ASCII

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

2 participants