Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: EthernetInterface_2 HTTPServer mbed-rpc_2 mbed-rtos mbed
Fork of EthHTTPServer by
Revision 6:d71683e80eb3, committed 2016-11-17
- 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
--- 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
