GPS message format

Hello,

Working on a FXT009 with GPS.

Wondering, Which available formats are available to send position data to server? Which ones do you recommend?

Running OpenGts on the serverside.

I use NMEA 0183.
tronico.fi/OH6NT/docs/NMEA0183.pdf
It’s universal. I use $GPGGA sentences. See page 9 of the document listed above.

So you will obviously need to use a format supported by OpenGts :exclamation:

The OpenGts website lists its supported formats…

OpenDMTP is supported by OpenGTS.

Any info on this?

RTFM - It’s linked from the OpenGTS main page: opengts.sourceforge.net/

Have indeed.

But protocols change from gps to gps…

Setting a new protocol… So, question is, Which protocol you suggest to use? And, need all protocol information to develop it correctly.