9 Commits

Author SHA1 Message Date
luc
14a959c810 Use Const char for 404 strings
Use Const char for 404 strings
2015-05-18 13:42:10 +08:00
luc
0bf70cc79c Add 404 basic management
Draft page if not URL is not found
Change first Configuration link to be system, later will add
Configuration AP and Configuration Station
2015-05-14 22:13:26 +08:00
luc
e3346805ae Missing file from previous commit
Missing file from previous commit
2015-05-14 14:52:18 +08:00
luc
364e37f5ba Update EEPROM content for new settings
Modify EEPROM content to reflect the possible settings
Add a buffer format function to query/write EEPROM instead of always
using string function to save space.
Update Reset/Print Configuration with new settings
Code Cleaning
Some settings stay default as no real add value currently to allow to
change them
2015-05-13 21:58:26 +08:00
luc lebosse
557c4da77e Add AP information in web page
Including connected clients
2015-04-22 17:00:32 +08:00
luc lebosse
700cc71ffb Memory optimization and Client Status Info
Diisplay all System information and Client Information
AP information to be done
2015-04-21 22:10:24 +08:00
luc lebosse
2f1ee7abc9 Page Information and Page Configuration sample
backbone for Information page and configuration page
2015-04-21 11:20:59 +08:00
luc lebosse
6365055734 Move page Handle definition to class constructor
to avoid to setup handle function for web requests in main setup -
define handles function in class creator
2015-04-18 19:59:22 +08:00
luc lebosse
5b9f3835b9 Add backbone for Web interface and Data Interface
Web Server listen on port 80
Data Bridge listen on port 8888 may need to allow configuration of this
port in settings - TBD
2015-04-17 23:02:28 +08:00