Reading GPS Data from MTR Devices
- This topic has 0 replies, 1 voice, and was last updated 7 years, 9 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
I had an extremely helpful conversation with Jeff Hatch earlier today. he informed me that I could read the NMEA sentences from the GPS antenna but would have to write code to help interpret the actual data into Lat/Long/etc.
After looking through the support site, I think I was able to piece together an alternative way and would like to know
(a) does this work?
(b) has anyone else done this with any success?
(c) are there any “gotchas” when trying to poll the API in this manner?
GET https://<ip_address>/api/stats?fields=gps/fix,gps/lat,gps/long,gps/time&method=GET