Remote Procedure Call (RPC) over Websockets (uses MbedJSONValue)

Dependents:   RPC_mbed_client RPC_Wifly_HelloWorld RPC_Ethernet_HelloWorld

Files at this revision

API Documentation at this revision

Comitter:
samux
Date:
Thu Sep 22 11:11:06 2011 +0000
Parent:
4:2f83c922c234
Child:
6:0ec91dd0e80e
Commit message:

Changed in this revision

MbedJSONRpc.h Show annotated file Show diff for this revision Revisions of this file
--- a/MbedJSONRpc.h	Thu Sep 22 11:06:57 2011 +0000
+++ b/MbedJSONRpc.h	Thu Sep 22 11:11:06 2011 +0000
@@ -107,7 +107,7 @@
  * #include "MbedJSONValue.h"
  * #include "Websocket.h"
  *
- * #define ETHERNET
+ * #define WIFI
  *
  * #ifdef WIFI
  * #include "Wifly.h"
@@ -187,7 +187,7 @@
  * #include "MbedJSONValue.h"
  * #include "Websocket.h"
  *
- * #define WIFI
+ * #define ETHERNET
  *
  * #ifdef WIFI
  *   #include "Wifly.h"