Send data from a non-integrated device (Navixy Generic Protocol)

Question

How can I send data to the platform from a non-integrated device?

Answer

If your specific device isn't integrated with the Navixy platform, you can use our Navixy Generic Protocol to do so. This is a universal protocol allowing you to send the specific data you need to our platform without waiting or paying for the costs associated with device integration. Once you have your device data, you will need to "convert" it to Navixy's accepted JSON format as shown in the documentation. Then all you have to do is send the data over HTTP/HTTPS to our platform and your device data will display.

The minimum required JSON is as follows:

{ "message_time": "...", "device_id": "..." }

Last updated

Was this helpful?