Simplest MurataWifi ping server

Dependencies:   NySNICInterface mbed-rtos mbed

Fork of SNIC-xively-jumpstart-demo by muRata

Revision:
15:abc12b228291
Parent:
14:6d58d3855feb
Child:
16:ed9b9c28f860
--- a/main.cpp	Mon May 26 06:28:29 2014 +0000
+++ b/main.cpp	Tue May 27 01:36:56 2014 +0000
@@ -20,20 +20,15 @@
 #include "logo.h"
 
 #if 0
-#define DEMO_AP_SSID                    "HWD11_E8088BD5E3A8"
-#define DEMO_AP_SECURITY_TYPE           e_SEC_WPA2_AES
-#define DEMO_AP_SECUTIRY_KEY            "aArGrg303DG5HA9"
-#define DEMO_AP_SECUTIRY_KEY_LEN    15
+#define DEMO_AP_SSID                  "muRata12345"
+#define DEMO_AP_SECURITY_TYPE         e_SEC_WPA2_AES
+#define DEMO_AP_SECUTIRY_KEY          "12345678"
+#define DEMO_AP_SECUTIRY_KEY_LEN  8
 #else
-//#define DEMO_AP_SSID                          "muRata1"
-//#define DEMO_AP_SECURITY_TYPE         e_SEC_WPA2_AES
-//#define DEMO_AP_SECUTIRY_KEY          "12345678"
-//#define DEMO_AP_SECUTIRY_KEY_LEN  8
-
-#define DEMO_AP_SSID                    "Test"
-#define DEMO_AP_SECURITY_TYPE           e_SEC_WPA2_AES
-#define DEMO_AP_SECUTIRY_KEY            "eightspot"
-#define DEMO_AP_SECUTIRY_KEY_LEN    9
+#define DEMO_AP_SSID                  "E2N1-Lab-Buffalo-D302"
+#define DEMO_AP_SECURITY_TYPE         e_SEC_WPA2_AES
+#define DEMO_AP_SECUTIRY_KEY          "12345678"
+#define DEMO_AP_SECUTIRY_KEY_LEN  8
 #endif
 /** Wi-Fi SNIC UART Interface*/
 C_SNIC_WifiInterface     mSNICwifi( p9, p10, NC, NC, p30 );