D rats map server client code. - wb8tyw/D-Rats GitHub Wiki

D-rats has a feature that can be enabled to send map information to a map server.

I do not know of any implementations of such a map server at this time.

To test, on a separate terminal session run this ncat command, which will wait for d-rats to send one message and exit.

Then enable the Export GPS Messages as JSON string, and either wait for a position report or request a position report.

$ nc -l -p 5011
{ "lat": "dd.mmm", "lng": "dd.mmm", "station": "CALLSIGN-2", "comments": "altitude: xx.yyy","timestamp": "2022-07-10 17:41:02"  }

Note: a sample client for these messages can be seen here: https://github.com/maurizioandreotti/D-Rats-WebMap-server