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 HTTPServer mbed-rpc mbed-rtos mbed
History
Added RPC functionality to sample application.
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