A simple web server that can be bound to either the EthernetInterface or the WiflyInterface.

Dependents:   Smart-WiFly-WebServer WattEye X10Svr SSDP_Server

Revisions of SW_HTTPServer.cpp

Revision Date Message Actions
13:8975d7928678 2013-08-12 Added Base64 Encode/Decode for simple password management File  Diff  Annotate
12:109bf1558300 2013-08-11 Added Base64 encode/decode, but not yet implementing it. File  Diff  Annotate
11:17d84c41a7b3 2013-08-04 Dead code removal, and small cleanup of the diagnostics messaging. File  Diff  Annotate
10:9c8d2c6a3469 2013-07-27 Rename a timer to better reflect its purpose.; Minor API change to avoid going direct to the Wifly module. File  Diff  Annotate
9:2ea342765c9d 2013-07-04 Minor documentation changes, and allocation of some items to const space. File  Diff  Annotate
8:262583f054f6 2013-07-01 Some refactoring while working issues with the wifly interface. File  Diff  Annotate
7:99ad7a67f05e 2013-06-27 close_connection revised to return the results from close(); Small changes for development File  Diff  Annotate
5:c9b27e718054 2013-06-25 Add API to get remote address (IP of the connected device) File  Diff  Annotate
4:f34642902056 2013-06-25 When a pointer to a buffer is passed in to the Wifly APIs that can modify that buffer, it will also pass the size of that buffer to avoid buffer overrun. File  Diff  Annotate
3:17928786bdb5 2013-06-24 Revise so buffer allocations are alterable File  Diff  Annotate
2:a29c32190037 2013-06-02 turned off debug File  Diff  Annotate
0:729320f63c5c 2013-05-31 First viable version of the Smartware HTTP Server. It handles static and dynamic pages, GET and POST methods. File  Diff  Annotate