Program to connect the F411 Nucleo board to the internet via Multitech Systems Wifly, and reads Grove Temp Sensor values and reports data to the AT&T M2X cloud stream

Dependencies:   M2XStreamClient SocketModem jsonlite mbed

Fork of STM32_MTS_Wifi_Connect_M2X by AT&T Developer Summit Hackathon 2016

Revision:
4:6daf448c5b1c
Parent:
2:5f1645f60a3b
Child:
5:19044863e45c
--- a/main.cpp	Fri Jan 03 06:29:13 2014 +0000
+++ b/main.cpp	Sat Jan 04 06:02:38 2014 +0000
@@ -5,9 +5,9 @@
 
 int main()
 {
-    std::string ssid = "your network name";
-    std::string securityKey = "your pass phrase";
-    Wifi::SecurityType securityType = Wifi::WPA2;
+    std::string ssid = "belkin54g";
+    std::string securityKey = "";
+    Wifi::SecurityType securityType = Wifi::NONE;
 
     //Wait for wifi module to boot up
     for (int i = 10; i >= 0; i = i - 2) {