Skip to content

Supported protocols

The following section lists the protocols supported by IoT

ProtocolDescription
Message Queuing Telemetry Transport (MQTT)MQTT is a lightweight, publish-subscribe network protocol that transports messages between devices & applications. This protocol is implemented over the TLS connection, so the messages are encrypted and transported over an established TCP connection.

Following MQTT protocol specifications are supported
  • 3.1.1
  • 5.0
Transmission Control Protocol (TCP)TCP is a connection-oriented protocol which defines how legacy devices send packets of data to each other.
User Datagram Protocol (UDP)UDP is a connectionless protocol which defines how legacy devices send packets of data to each other.