Decode GPS data | Telit Cinterion IoT Developer Community
December 31, 2021 - 8:30am, 538 views
Hello
I have a Thales Vesselink, I set up location services to my server, and the data has been successfully received by our server, but we don't know how to decode the data, is there any manual document to decode gps data from Thales Vesselink, or what protocol is used to decode gps data
Thanks
Hello,
this forum targets IoT M2M devices offered by Thales.
VesseLink is part of Thales Defense & Security, Inc.
Please reach your VesseLink supplier or direct Thales DSI support.
https://www.thalesdsi.com/customer-service/
PS: If GPS data you receive starts with $ and looks like this:
$GPGGA,181908.00,3404.7041778,N,07044.3966270,
W,4,13,1.00,495.144,M,29.200,M,0.10,0000*40
Then it means you are receiving pure NMEA frames.
Then you can search for tools/code that implements location extraction from NMEA frames and put it to use in your system.
BR
Tymek