5 Commits

Author SHA1 Message Date
Robert Foss
cd85e50e73 Added support for connected, error and debug callbacks. 2015-09-19 15:06:56 -04:00
Robert Foss
8982d370f2 Removed #define for forcing storage on flash 2015-09-17 14:30:46 -04:00
Robert Foss
3d5c54cef7 Moved all debug prints into the NODE_DEBUG macro. 2015-09-14 18:43:09 -04:00
Robert Foss
3a05c3e402 Moved CONST data to occupy flash, and remove storage instructions for functions. 2015-09-12 12:07:53 -04:00
Robert Foss
e2ada487f3 Added ENDUSER_SETUP module.
The module will start a SoftAP, DNS, HTTP server acting as a captive portal.
The portal will have the SSID SetupGadget and will serve a website where
credentials for the end users WLAN can be submitted.

Once valid credentials have been submitted and used to connect to the
local WLAN this module will stop.

This module requires USE_DNS to enabled in dhcpserver.h
2015-09-10 18:40:39 -04:00