ais-protocol-decoding
ais-protocol-decoding copied to clipboard
AIVDM/AIVDO protocol decoding
to work on Windows. copy_fixture should also be modified at some point, but I'm not using that currently...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hello, really love the plugin, but it seems it does not recognise extended messages i.e(message 1 / type 14), is it possible to implement this?
Hi Doron I think I've found a bug in the src/lib/index.ts when receiving a message 24A. You have ``` case 24: report = parseStaticDataReport( this.bitarray, aisType, repeat, (session.sequence_id === 1...