Dust Sesnsor PMS5003

Dependencies:   NetServices ThingSpeakEthernet mbed

Files at this revision

API Documentation at this revision

Comitter:
segundo
Date:
Sun Nov 28 00:37:05 2010 +0000
Parent:
3:aeaa9fa8cda0
Child:
5:1e77bdd1a639
Commit message:

Changed in this revision

NetServices.lib Show annotated file Show diff for this revision Revisions of this file
RPCInterface.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/NetServices.lib	Sun Nov 21 17:13:57 2010 +0000
+++ b/NetServices.lib	Sun Nov 28 00:37:05 2010 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/segundo/code/NetServices/#966a0265edfc
+http://mbed.org/users/segundo/code/NetServices/#d64fca63b94e
--- a/RPCInterface.lib	Sun Nov 21 17:13:57 2010 +0000
+++ b/RPCInterface.lib	Sun Nov 28 00:37:05 2010 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/MichaelW/code/RPCInterface/#05f0d66bee57
+http://mbed.org/users/MichaelW/code/RPCInterface/#f15d3610ddbe
--- a/main.cpp	Sun Nov 21 17:13:57 2010 +0000
+++ b/main.cpp	Sun Nov 28 00:37:05 2010 +0000
@@ -27,7 +27,7 @@
 
 int main() {
 
-    printf("\n\n/* NetServices tribute library demonstration */\n");
+    printf("\n\n/* Segundo Equipo NetServices library demonstration */\n");
     printf("Try starting the program with the network disconnected and then connect after a few timeouts reported\n\n");
     EthernetErr ethErr;
     int count = 0;
@@ -81,7 +81,7 @@
     svr.bind(PORT);
     printf("Server listening (port %d)\n", PORT);
     printf("- LED1 should flash\n");
-    printf("- type into browser to test url decode : %s/rpc/echo/run \"quoted string with <>\"\n", ip);
+    printf("- type into browser to test url decode : %s/rpc/echo/run \"quoted string with <>\" or http://192.168.1.103/rpc/echo/run%%20%%22quoted%%20string%%20with%%20%%3C%%3E%%22\n", ip);
 
     Timer tm;
     tm.start();