libais icon indicating copy to clipboard operation
libais copied to clipboard

Some European River Information System function identifiers are not handled

Open pyrog opened this issue 7 years ago • 4 comments

The following AIS_DAC_200_RIS FI are not decoded by libais:

FI  FI Group  Name of International Function Message 
21 VTS ETA at lock/bridge/terminal
22 VTS RTA at lock/bridge/terminal

See:

pyrog avatar Oct 02 '17 10:10 pyrog

Please attach some sample NMEA with these messages and I will try to add these messages.

schwehr avatar Nov 16 '17 07:11 schwehr

I don't have any NMEA samples but I tried to code this. Could you comment my PR #165 please ?

(Sorry, code untested yet)

pyrog avatar Nov 16 '17 10:11 pyrog

Ooops ! DAC 200 FI 21 and 22 are used in Binary Addressed Message (AIS message type 6),
not in Binary Broadcast Message (AIS message type 8)

pyrog avatar Nov 16 '17 15:11 pyrog

I added some initial comments on https://github.com/schwehr/libais/pull/165

schwehr avatar Nov 16 '17 16:11 schwehr