MQTT Publish - Subscribe

Dependencies:   EthernetInterface MQTT Servo mbed-rtos mbed

Fork of MQTTPublishSubcribe by smd.iotkit2.ch

Revision:
18:a04f238cfc28
Parent:
17:46dc5a8e143d
Child:
19:65884a321e48
--- a/main.cpp	Mon Mar 16 14:50:54 2015 +0000
+++ b/main.cpp	Thu Apr 02 07:12:34 2015 +0000
@@ -7,7 +7,7 @@
 char* topicLight = "mbed/k64f/iotkit/light";
 // MQTT Brocker
 //char* hostname = "iot.eclipse.org";
-char* hostname = "192.168.178.70";
+char* hostname = "raspi2x";
 int port = 1883;
 // UI
 DigitalOut led1( LED1 );