TCP send example

Dependencies:   FXOS8700CQ mbed

Fork of StarterKit by Rick McConney

Revision:
47:2f5c4c35aa36
Parent:
46:733edf15f9e8
Child:
48:401a797a695f
--- a/config_me.h	Mon Jan 09 18:23:37 2017 +0000
+++ b/config_me.h	Mon Jan 09 19:48:35 2017 +0000
@@ -6,7 +6,7 @@
 // This is the server's base URL name.  Example "www.google.com"
 // Note that when you Fork a FLOW, it will typically assign  either
 // "run-east.att.io" or "run-west.att.io", so be sure to check this.
-static const char * MY_SERVER_URL       = "runm-west.att.io";
+static const char * MY_SERVER_URL       = "runm-central.att.io";
 
 // These are FLOW fields from the Endpoints tab:
 #define FLOW_BASE_URL                   "/a80556051c438/f4cd2ed65f73/7ecb40fcd115f7a/in/flow"
@@ -42,6 +42,6 @@
 //#define  MY_APN_STR  "attiotdemo"
 //#define  MY_APN_STR  "nxtgenphone"
 //This is for normal HTTP.  If you want to use TCP to a specific port, change that here:
-static int MY_PORT         = 33971;
+static int MY_PORT         = 33970;
 
 #endif