Contains example code to connect the mbed LPC1768 or FRDM-K64F devices to the IBM Internet of Things Cloud service via ethernet.

Dependencies:   C12832 MQTT LM75B MMA7660

Dependents:   MFT_IoT_demo_USB400 IBM_RFID

Revision:
9:58eb378727d9
Parent:
8:80d49dd91542
Child:
10:0b5e0dfee08e
--- a/main.cpp	Wed Oct 01 13:27:35 2014 +0000
+++ b/main.cpp	Tue Oct 14 15:43:42 2014 +0000
@@ -291,7 +291,7 @@
     word1 |= 0x00000200;
     word1 &= 0x0000FEFF;
  
-    int rc = snprintf(buf, buflen, "%4X%08X", word1, word0); 
+    int rc = snprintf(buf, buflen, "%4x%08x", word1, word0);   // Device id must be in lower case
     
     return rc;
 }