specification icon indicating copy to clipboard operation
specification copied to clipboard

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

Open mgrouch opened this issue 3 years ago • 2 comments

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

mgrouch avatar Apr 19 '21 10:04 mgrouch

Related: https://github.com/SignalK/specification/issues/356

mgrouch avatar Apr 19 '21 11:04 mgrouch

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

htool avatar Feb 07 '22 19:02 htool