TCP send example

Dependencies:   FXOS8700CQ mbed

Fork of StarterKit by Rick McConney

Revision:
44:60008ebffdd4
Parent:
42:8500f0cb2ea5
Child:
45:fe90f1fcb4e0
--- a/config_me.h	Mon Oct 10 16:29:34 2016 +0000
+++ b/config_me.h	Wed Oct 26 18:40:40 2016 +0000
@@ -9,10 +9,10 @@
 //static const char * MY_SERVER_URL       = "run-east.att.io";
 static const char * MY_SERVER_URL       = "108.244.165.22";
 // These are FLOW fields from the Endpoints tab:
-//#define FLOW_BASE_URL                   "/a80556051c438/f4cd2ed65f73/7ecb40fcd115f7a/in/flow"
-//#define FLOW_INPUT_NAME                 "/shelf"
-#define FLOW_BASE_URL                   ""
+#define FLOW_BASE_URL                   "/a80556051c438/f4cd2ed65f73/7ecb40fcd115f7a/in/flow"
 #define FLOW_INPUT_NAME                 "/shelf"
+//#define FLOW_BASE_URL                   "/d87b3ed23c5ca/93177ca6df10/cf972daf89febc2/in/flow"
+//#define FLOW_INPUT_NAME                 "/car"
 // Unless you want to use a different protocol, this field should be left as is:
 #define FLOW_URL_TYPE                   " HTTP/1.1\r\nHost: "
 
@@ -39,7 +39,7 @@
 
 // This is the APN name for the cellular network, you will need to change this, check the instructions included with your SIM card kit:
 #define  MY_APN_STR  "m2m.com.attz"
-
+//#define  MY_APN_STR  "attiotdemo"
 //This is for normal HTTP.  If you want to use TCP to a specific port, change that here:
 static const char * MY_PORT_STR         = "5005";