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.

Files at this revision

API Documentation at this revision

Comitter:
sam_grove
Date:
Fri May 09 21:33:48 2014 +0000
Parent:
3:7a6a899de7cc
Child:
5:4a257f6ac09a
Commit message:
Update to sub-sub dependency

Changed in this revision

MQTT.lib Show annotated file Show diff for this revision Revisions of this file
--- a/MQTT.lib	Tue May 06 09:45:22 2014 +0000
+++ b/MQTT.lib	Fri May 09 21:33:48 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/mqtt/code/MQTT/#05fc7de97d4a
+http://mbed.org/teams/mqtt/code/MQTT/#c56a5c7d2a52