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.

.

History

Added RPC functionality to sample application. default tip

2013-08-17, by leihen [Sat, 17 Aug 2013 17:00:35 +0000] rev 5

Added RPC functionality to sample application.


Moved the debug.h file into the HTTPServer library.

2013-08-17, by leihen [Sat, 17 Aug 2013 15:35:01 +0000] rev 4

Moved the debug.h file into the HTTPServer library.


Update to reflect changes of HTTPServer Library.

2013-08-17, by leihen [Sat, 17 Aug 2013 15:32:16 +0000] rev 3

Update to reflect changes of HTTPServer Library.
; Updated MBED library reference.
; Updated RTOS library reference.
; Updated RPC library reference.


Update for changes in HTTPServer library.

2013-08-17, by leihen [Sat, 17 Aug 2013 15:31:20 +0000] rev 2

Update for changes in HTTPServer library.


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.

2013-08-17, by leihen [Sat, 17 Aug 2013 12:32:09 +0000] rev 1

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.


Example implementation for usage of Ethernet Interface HTTPServer

2013-06-22, by leihen [Sat, 22 Jun 2013 15:50:41 +0000] rev 0

Example implementation for usage of Ethernet Interface HTTPServer