Webserver GPS source

The webserver GPS source provides means for sending location data to the Cartograph app via HTTP GET requests.

The webserver GPS source can be activated in the Cartograph “Settings” – “Sensors” – “Webserver GPS“.

The format of a request is as follows:

http://localhost:5000/?lat=48.051&lon=16.328&ts=1000000&alt=100&hacc=20&vacc=500&dir=20&speed=10

The following arguments are available:

  • “lat”: The latitude in degrees.
  • “lon”: The longitude in degrees.
  • “ts”: The unix timestamp in seconds.
  • “alt”: The altitude in meters.
  • “hacc”: The horizontal accuracy in meters.
  • “vacc”: The vertical accuracy in meters.
  • “dir”: The bearing in degrees.
  • “speed”: The speed in meters/second.

Leave a Reply

Your email address will not be published. Required fields are marked *