ARM mbed M2X API Client: The ARM mbed client library is used to send/receive data to/from AT&T's M2X service from mbed LPC1768 microcontrollers.

Dependents:   m2x-demo-all M2X_MTS_ACCEL_DEMO M2X_MTS_Accel M2X_K64F_ACCEL ... more

Revision:
21:6878944d2ce2
Parent:
19:4dfa28d37b8f
Child:
22:4d895e732765
--- a/M2XStreamClient.h	Sat Jan 02 02:07:49 2016 +0000
+++ b/M2XStreamClient.h	Sat Jan 02 02:29:43 2016 +0000
@@ -14,7 +14,7 @@
 #ifdef MBED_PLATFORM
 #include "mbed.h"
 
-#define USER_AGENT "User-Agent: M2X Mbed Client/2.1.0"
+#define USER_AGENT "User-Agent: M2X Mbed Client/2.1.2"
 #endif
 
 #include "Client.h"