Example MQTT implemented on the ESP8266

Dependencies:   ESP8266Interface MQTT mbed-rtos mbed

Fork of HelloMQTT by MQTT

This is an example of how to run MQTT using the esp8266 as the network connection. This program will default to trying to talk to a public MQTT server (test.mosquitto.org). The example will subscribe to a topic and then publish to that topic. In this way it will effectively echo back to itself. You can alternatively use a private mqtt broker,[[TODO: |instructions here]]

Please note that the ESP8266 interface cannot translate hostnames to IP Addresses, it can only accept raw IP Addresses as input.

MQTT.lib

Committer:
sam_grove
Date:
2014-07-30
Revision:
11:5f6f8b0dd61d
Parent:
10:ce3321d8ea90
Child:
14:3c0b3663d448

File content as of revision 11:5f6f8b0dd61d:

http://mbed.org/teams/mqtt/code/MQTT/#8bbc3a992326