Yu Hui Wee / Mbed 2 deprecated HTTPServer_Test_NoIP

Dependencies:   EthernetInterface_2 HTTPServer mbed-rpc_2 mbed-rtos mbed

Fork of EthHTTPServer by Henry Leinen

Files at this revision

API Documentation at this revision

Comitter:
Ulhingl
Date:
Thu Nov 17 16:25:08 2016 +0000
Parent:
5:c5c2f7026638
Commit message:
able to work, no ip address

Changed in this revision

EthernetInterface.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
mbed-rpc.lib Show annotated file Show diff for this revision Revisions of this file
mbed-rtos.lib Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- a/EthernetInterface.lib	Sat Aug 17 17:00:35 2013 +0000
+++ b/EthernetInterface.lib	Thu Nov 17 16:25:08 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/leihen/code/EthernetInterface/#146eb6fe138d
+https://developer.mbed.org/users/Ulhingl/code/EthernetInterface_2/#1ef37a3a9711
--- a/main.cpp	Sat Aug 17 17:00:35 2013 +0000
+++ b/main.cpp	Thu Nov 17 16:25:08 2016 +0000
@@ -1,7 +1,7 @@
 #include "mbed.h"
 #include "HTTPServer.h"
 #include "FsHandler.h"
-#include "LocalFileSystem.h"
+//#include "LocalFileSystem.h"
 #include "RpcHandler.h"
 #include "mbed_rpc.h"
 
@@ -15,7 +15,7 @@
 //  Instantiate a HTTPServer to handle incoming requests
 HTTPServer  svr;
 //  Instantiate a local file system handler named 'local' which will be used later to access files on the mbed.
-LocalFileSystem local("local");
+//LocalFileSystem local("local");
 
 
 #ifdef ALTERNATIVE
@@ -26,7 +26,7 @@
 
 int main() {
 
-    pc.baud(460800);
+    pc.baud(9600);
     RPC::add_rpc_class<RpcDigitalOut>();
     HTTPFsRequestHandler::mount("/local/", "/");
     svr.addHandler<HTTPFsRequestHandler>("/");
--- a/mbed-rpc.lib	Sat Aug 17 17:00:35 2013 +0000
+++ b/mbed-rpc.lib	Thu Nov 17 16:25:08 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rpc/#9f88f495e549
+https://developer.mbed.org/users/Ulhingl/code/mbed-rpc_2/#ebc33c449405
--- a/mbed-rtos.lib	Sat Aug 17 17:00:35 2013 +0000
+++ b/mbed-rtos.lib	Thu Nov 17 16:25:08 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed-rtos/#869ef732a8a2
+http://mbed.org/users/mbed_official/code/mbed-rtos/#b744dfee1cf2
--- a/mbed.bld	Sat Aug 17 17:00:35 2013 +0000
+++ b/mbed.bld	Thu Nov 17 16:25:08 2016 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/5798e58a58b1
\ No newline at end of file
+http://mbed.org/users/mbed_official/code/mbed/builds/0ab6a29f35bf
\ No newline at end of file