Sunday, February 14, 2016

Week - 4 MQTT Tutorial

MQTT:

MQTT is described as a machine-to-machine(M2M)/IoT connectivity protocol. MQTT is so lightweight that it can be supported by some of the smallest measuring and monitoring devices, and it can transmit data over far reaching, sometimes intermittent networks. MQTT is a publish/subscribe messaging transport protocol that is optimized to connect physical world devices and events with enterprise servers and other consumers. MQTT is designed to overcome the challenges of connecting the rapidly expanding physical world of sensors, actuators, phones, and tablets with established software processing technologies. These principles also turn out to make this protocol ideal for the emerging M2M or IoT world of connected devices where bandwidth and battery power are at a premium.


Web Links:

Following are the web links which are references for tutorial related to usage and software of MQTT protocol along with ESP8266 and Raspberry Pi.

http://www.penninkhof.com/2015/05/linking-the-esp8266-a-raspberry-pi-through-mqtt/
http://iot-playground.com/blog/2-uncategorised/76-easyiot-cloud-mqtt-api
http://iot-playground.com/build
http://mqtt.org/tag/arduino
https://github.com/tuanpmt/esp_mqtt
http://tech.scargill.net/mqtt-on-arduino/
https://github.com/tuanpmt/espduino
http://www.instructables.com/id/An-inexpensive-IoT-enabler-using-ESP8266/?ALLSTEPS
http://www.makeuseof.com/tag/meet-arduino-killer-esp8266/
http://blog.thingstud.io/recipes/how-to-make-your-raspberry-pi-the-ultimate-iot-hub/
https://www.ibm.com/developerworks/community/blogs/5things/entry/5_things_to_know_about_mqtt_the_protocol_for_internet_of_things?lang=en


No comments:

Post a Comment