marnav icon indicating copy to clipboard operation
marnav copied to clipboard

a library for MARitime NAVigation

Results 6 marnav issues
Sort by recently updated
recently updated
newest added

AIS message 01 timestamp bit position changed from 136 to 137

NRX (Navtex) sentence added

Specs are here: https://www.pentestpartners.com/security-blog/hacking-navtex-maritime-warning-messages/ Example: ``` Source messages look like this: $CRNRX,007,001,00,TD02,1,135600,27,06,2001,241,3,A,==========================*09 $CRNRX,007,002,00,,,,,,,,,,========^0D^0AISSUED ON SATURDAY 06 JANUARY 2001.*29 $CRNRX,007,003,00,,,,,,,,,,^0D^0AINSHORE WATERS FORECAST TO 12 MILES^0D^0AOFF*0D $CRNRX,007,004,00,,,,,,,,,,SHORE FROM 1700 UTC TO 0500...

Safety Messages NMEA ammendement MOB, SMV, SM1, SM2, SM3, SM4 http://www.nmea.org/Assets/20130816%20nmea%200183%20safetynet%20amendment.pdf Examples: ``` $CSSM3,123456,005213,798,0,3,14,00,2012,04,05,14,30,3400,N,076,W,300*hh $CSSMB,008,001,0,123456,FROM:Maritime Rescue Coordination Centre xxx^0D^0ATO:*hh $CSSMB,008,002,0,123456, ALL SHIPS IN xxxxxxx^0D^0ASAR SITREP NO: 02^0D^0AFIS*hh $CSSMB,008,003,0,123456,HING BOAT 'xxx'...

Described here: https://continuouswave.com/whaler/reference/DSC_Datagrams.html More links: See https://github.com/adrianmo/go-nmea/ (DSC, DSE) https://www.cruisersforum.com/forums/f13/nmea-0183-sentences-dsc-dse-124887.html https://continuouswave.com/whaler/reference/DSC_Datagrams.html https://web.archive.org/web/20190303170916/http://continuouswave.com/whaler/reference/DSC_Datagrams.html https://github.com/mariokonrad/marnav/blob/master/src/marnav/nmea/dsc.cpp https://github.com/mariokonrad/marnav/blob/master/src/marnav/nmea/dse.cpp Thanks

Hi I have got problem to compile marnav tag 0.14 with GCC14 And I have had to add a line #include inside some src files : /include/marnav/ais/binary_data.hpp /include/marnav/nmea/checksum.hpp /include/marnav/nmea/date.hpp /include/marnav/utils/mmsi_country.hpp...