Skip to content

Protocols MQTT

Uffe Björklund edited this page Jun 16, 2015 · 10 revisions

Message Queue Telemetry Transport

  • Reliable
  • Lightweight
  • Simple
  • PUB/SUB
  • Efficient in embedded systems
  • Asynchronous
  • Quality of Service (0=At most once, 1=At least once, 2=Exactly once)
  • Use SSL/TLS since authentication is sent in the handshake

.NET implememntation:

next

Clone this wiki locally