Working Multithreaded HTTP Server using WiFly module. Currently only supporting GET method.
Dependencies: WiFlyHTTPServer WiflyInterface mbed-rpc mbed-rtos mbed
RTOS Wifly HTTP Server
This sample application demonstrates how the HTTP Server can be used in a multithreaded (RTOS) Environment. However currently only the GET method is supported.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
1:40eadac4750b | 2013-06-26 | leihen | UPdated the HTTPServer Library |
0:9c6ebc97c758 | 2013-06-26 | leihen | Working Multithreaded HTTP Server |