Internet of things

While we have integrations with different providers, you can have a set of Internet of Things (IoT) devices that can provide latitude, longitude, and a timestamp to store data within our system.

We have a general solution for these cases, which is an HTML5 importer. This importer allows you to send the data following the HTML5 standard geolocation data, so you can build phone apps using only web browsers to store data and get insights from our platform by building your fully customized solution.

Use cases

This importer allows you to create data providers within:

  • Native phone apps: iOS, Android.
  • Web browser solutions: using HTML5 GPS capabilities.
  • Raspberry Pi (or similar) solutions for real IoT devices.

How it works

All you have to do is capture the following data and send it as a JSON to the following endpoint, authenticating yourself:

{
  "longitude": number,
  "latitude": number,
  "ts":  in UTC
}

Please check our API section for further details.