Last active
June 26, 2019 07:50
-
-
Save adithyvisnu/c83bea2eb295447fb129bfb8fa99f973 to your computer and use it in GitHub Desktop.
Links to learn
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MQTT stands for MQ Telemetry Transport. | |
- [https://github.com/mqtt/mqtt.github.io/wiki] It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks | |
- [http://www.steves-internet-guide.com/understanding-mqtt-qos-levels-part-1/] QoS => Quality of Service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment