From 626fa9ed9420ae9e36352e92e1988dd4097b4021 Mon Sep 17 00:00:00 2001 From: Ahmed HASAN Date: Tue, 5 Sep 2023 09:28:25 +0300 Subject: [PATCH] README.md updated for AZT and MCP --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a922ede..b60c18e 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ on [IEC 61162-1:2016 (Edition 5.0 2016-08)](https://webstore.iec.ch/publication/ | [ALR](./alr.go) | Set alarm state | | | [APB](./apb.go) | Heading/track controller (autopilot) sentence B | [gpsd](https://gpsd.gitlab.io/gpsd/NMEA.html#_apb_autopilot_sentence_b) | | [ARC](./arc.go) | Alert command refused | | +| [AZT](./azt.go) | Azimuth Thruster message | | | [BBM](./bbm.go) | AIS broadcast binary message | | | [BEC](./bec.go) | Bearing and distance to waypoint, Dead reckoning | [1](http://www.nmea.de/nmea0183datensaetze.html#bec) | | [BOD](./bod.go) | Bearing origin to destination | [gpsd](https://gpsd.gitlab.io/gpsd/NMEA.html#_bod_bearing_waypoint_to_waypoint) | @@ -95,6 +96,7 @@ on [IEC 61162-1:2016 (Edition 5.0 2016-08)](https://webstore.iec.ch/publication/ | LR3 | AIS long-range reply sentence 3 | | | LRF | AIS long-range function | | | LRI | AIS long-range interrogation | | +| [MCP](./mcp.go) | Micropilot Joystick controller message | | | [MDA](./mda.go) | Meteorological Composite | [gpsd](https://gpsd.gitlab.io/gpsd/NMEA.html#_mda_meteorological_composite) | | [MTA](./mta.go) | Air Temperature (obsolete, use XDR instead) | | | MOB | Man over board notification | |