Working sample implementation for the EthernetInterface HTTPServer.
Dependencies: EthernetInterface HTTPServer mbed-rpc mbed-rtos mbed
Sample application which shows basic functionality of my HTTPServer library.
Import libraryHTTPServer
Single instance HTTP Server using new Ethernet Interface.
.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:c5c2f7026638 | 2013-08-17 | leihen | Added RPC functionality to sample application. |
4:fdd7369eeebe | 2013-08-17 | leihen | Moved the debug.h file into the HTTPServer library. |
3:23bcc90d6587 | 2013-08-17 | leihen | Update to reflect changes of HTTPServer Library. |
2:6554da6c762b | 2013-08-17 | leihen | Update for changes in HTTPServer library. |
1:6cbd17e628f1 | 2013-08-17 | leihen | Updated the example to reflect the modification of the HTTPServer library, which allows to provide an EthernetInterface object at the time of starting the HTTPServer. This allows to make Connections and perform other Network Tasks before svr start. |
0:28a67716dfec | 2013-06-22 | leihen | Example implementation for usage of Ethernet Interface HTTPServer |