schwehr / libais

C++ decoder for Automatic Identification System for tracking ships and decoding maritime information
Other
218 stars 97 forks source link

Some European River Information System function identifiers are not handled #159

Open pyrog opened 7 years ago

pyrog commented 7 years ago

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:

schwehr commented 6 years ago

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

pyrog commented 6 years ago

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 commented 6 years ago

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)

schwehr commented 6 years ago

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