Websocket Hello World over a wifi network

Dependencies:   EthernetNetIf mbed DNSResolver

Revision:
9:7b9912c6d812
Parent:
8:02df37981408
--- a/main.cpp	Wed Feb 01 17:24:14 2012 +0000
+++ b/main.cpp	Wed Feb 01 17:29:55 2012 +0000
@@ -7,7 +7,7 @@
 //Here, we create an instance, with pins 9 and 10 connecting to the
 //WiFly's TX and RX pins, and pin 21 to RESET. We are connecting to the
 //"mbed" network, password "password", and we are using WPA.
-Wifly wifly(p9, p10, p21, "mbed", "mbedapm2011", true);
+Wifly wifly(p9, p10, p21, "mbed", "password", true);
 
 //Here, we create a Websocket instance in 'rw' (read-write) mode
 //on the 'samux' channel