RPC hello world using the Wifly Interface

Dependencies:   MbedJSONRpc MbedJSONValue WebSocketClient WiflyInterface mbed

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Fri Aug 24 14:11:58 2012 +0000
Parent:
1:516122a1a6a4
Child:
3:d2f4dc85eb08
Commit message:
fixed typo

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri Aug 24 14:11:22 2012 +0000
+++ b/main.cpp	Fri Aug 24 14:11:58 2012 +0000
@@ -15,7 +15,7 @@
 */
 WiflyInterface wifly(p9, p10, p19, p26, "mbed", "password", WPA);
 
-//websocket: configuration with sub-network = samux and mbed_id = mbed_acc 
+//websocket: configuration with sub-network = samux and mbed_id = mbed_led 
 Websocket ws("ws://sockets.mbed.org/rpc/demo/mbed_led");
 
 //RPC object attached to the websocket server