Websocket Hello World over a wifi network

Dependencies:   EthernetNetIf mbed DNSResolver

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Wed Feb 01 17:29:55 2012 +0000
Parent:
8:02df37981408
Commit message:

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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