Skip to main content
Skip table of contents

DeviceLink

The Navixy DeviceLink is a comprehensive set of communication protocols designed to ensure seamless and efficient data transmission between IoT devices and the Navixy platform. It offers a broad range of connectivity options to accommodate the specific needs of different devices and use cases, making it adaptable to a variety of IoT applications.

Comprising MQTT, UDP, TCP, and HTTP protocols for Transport mechanism, this suite is designed to cater to different data transmission requirements:

  • MQTT is particularly useful for power and data efficient transmission of telemetry data and is well-suited for use in GPS trackers and other such IoT devices.

  • UDP offers fast, connectionless transmission of data and is beneficial in situations where real-time communication is more important than guaranteed delivery.

  • TCP provides a reliable, ordered, and error-checked delivery of a stream of bytes, making it suitable for applications where data delivery assurance is critical.

  • HTTP, a globally recognized data communication protocol, enables easy integration with web-based services and APIs.

All data transmitted using these protocols is formatted using JSON, a lightweight data-interchange format that is easy for humans to read and write and easy for machines to parse and generate.

The suite's communication protocols work with Navixy's dedicated endpoints for each protocol, simplifying the implementation process and ensuring compatibility.

The Navixy DeviceLink is built with a focus on scalability, reliability, and security. It supports secure data transmission via encrypted versions of the associated protocols - MQTT over TLS, TCP over TLS, UDP with DTLS, and HTTPS.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.