David Smart / Mbed 2 deprecated Smart-WiFly-WebServer

Dependencies:   SW_HTTPServer WiflyInterface mbed C12832 IniManager

Changes

RevisionDateWhoCommit message
38:962d71d6dd0e 2015-02-02 WiredHome Refresh update, bug fix, mbed application board compatibility. default tip
37:8ced9a7fe3fd 2014-09-01 WiredHome Updated to match changes in SW_HTTPServer.
36:5ca4a8b8d888 2014-09-01 WiredHome Stabilized version - tested with WiFlyInterface.
35:87d3577800dc 2014-09-01 WiredHome Updates to remove dependency on WiFly.
34:77d0f63f612a 2014-05-11 WiredHome Updated examples, particular focus on POST method.
33:41ac99847df8 2014-01-03 WiredHome Ongoing changes are working on supporting file upload.
32:34dae3cae1b0 2013-11-28 WiredHome Updated libraries, including the mbed library.; Small revision to startup printouts.; Added a diagnostic "glow" LED that would normally not be used.
31:c9136c0f4024 2013-10-12 WiredHome Picking up small changes in libraries.
30:4717cc1f970e 2013-10-12 WiredHome Picked up a replacement MODSERIAL library
29:14c47d31a9dc 2013-10-11 WiredHome Incorporate changes for updated web server and file system interfaces.
28:f9ff2a825dc4 2013-10-10 WiredHome Picked up latest WiflyInterface and SW_HTTPServer
27:840556cd3ec2 2013-10-10 WiredHome Pick up latest WiflyInterface
26:eea4db568404 2013-10-10 WiredHome Diagnostic Improvements.
25:77d4cc785046 2013-10-10 WiredHome Stable release for testing.
24:849cbe0b36ac 2013-10-10 WiredHome A small change in the registration of the server root folder.
23:5aaebde6a7e4 2013-10-10 WiredHome Unraveling small differences that are causing it to fail. Nothing conclusive.
22:c1fd8fccf7c6 2013-10-10 WiredHome Working small changes in documentation
21:d29453469e41 2013-10-10 WiredHome documentation updates only.
20:0ae416ce9eaf 2013-09-26 WiredHome An update based on making the WiflyInterface more compatible with EthernetInterface.
19:5350a89cf57c 2013-09-14 WiredHome Documentation update
18:42bb1805c37c 2013-09-14 WiredHome Remove some of the excess debug aids.
17:8d4264db86aa 2013-09-06 WiredHome Picked up latest WiflyInterface, which extract the version from the module on startup - in a case-insensitive manner.
16:ab1867ffcf94 2013-09-05 WiredHome Primarily performance tuning activities to help speed it up.
15:1f2b62130ffb 2013-09-01 WiredHome Cleaned up the code, removed some of the debug work.; Hopefully it is easier to follow by others.
14:85c805890454 2013-08-12 WiredHome Added demo page for a simple password protected page.; Added demo page for how a server configuration may be created.
13:14c6ce4ced9c 2013-08-04 WiredHome Minor updates while working a reliability issue in the WiflyInterface class.
12:479ff89c190b 2013-07-27 WiredHome Example program updated the development aids and diagnostics.
11:183b3893eb7d 2013-07-04 WiredHome Added a WiFly shell at startup before the server runs.; Documentation changes.
10:b0b6da272a7b 2013-07-01 WiredHome Small changes while working the underlying wifly interface.
9:71d1886225c2 2013-06-27 WiredHome Showing enhanced APIs
8:50fc3ddf828a 2013-06-27 WiredHome Small enhancement to show the SW version API.
7:72b5df2fac93 2013-06-25 WiredHome Updates to the examples based on API improvements.
6:c045118a21de 2013-06-24 WiredHome Updated examples, diagnostic and performance APIs and demo of them.
5:b8404d1d4db4 2013-06-24 WiredHome Minor update to remove unreferenced variables
4:178df829d62b 2013-06-24 WiredHome Non-blocking
3:b3e21f3306a1 2013-06-02 WiredHome Refactored main.cpp to extract the dynamic web page generation into DynamicPages.cpp, .h
2:5cd3f15ac98b 2013-05-31 WiredHome Updated documentation
1:551cfb8bdeb8 2013-05-31 WiredHome Minor update to docs
0:08da60dc31bc 2013-05-31 WiredHome Initial revision of the Smart-WiFly-WebServer. Demo accesses credentials from the local file system. It can serve static pages from the file system (sd card, etc.), and it can serve dynamically generated pages, including handling GET and POST forms)