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.h

Revision Date Message Actions
18:6199558632c0 2013-09-14 Documentation updates only. File  Diff  Annotate
17:69ff00ce39f4 2013-09-05 Some additional performance metrics implemented which helped tune and speed it up a bit. File  Diff  Annotate
16:6ebacf2946d8 2013-09-01 Default to non-blocking mode, and some minor documentation changes. File  Diff  Annotate
14:19c5f6151319 2013-08-12 Refactor the base64 encoder and decoder.; Refactor the http server code to simplify the parsing of the header.; File  Diff  Annotate
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
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
6:fdce4464d92b 2013-06-25 Improved documentation on accessing the Wifly object thru the server. 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
1:54353af0d20a 2013-05-31 Updated the documentation 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