Reading GPS Data from MTR Devices

Home Forums General Reading GPS Data from MTR Devices

Tagged: , ,

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #17438
    Philip Mears
    Participant

    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

    • This topic was modified 7 years, 2 months ago by Philip Mears. Reason: "code" formatting for GET request
Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.