libais
libais copied to clipboard
Some European River Information System function identifiers are not handled
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:
Please attach some sample NMEA with these messages and I will try to add these messages.
I don't have any NMEA samples but I tried to code this. Could you comment my PR #165 please ?
(Sorry, code untested yet)
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)
I added some initial comments on https://github.com/schwehr/libais/pull/165