You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the Readme.md files in this fork (used Mark Text editor)
Cookie auth with Xtea encrypting, see SmartSwitch.ino example
Tested on ESP8266 and ESP32 with better built-in LED handling
Minor updates and improvements of js / html packed files.
* Remote Temperature Control application with schedule (example car block heater or battery charger)
7
-
* Based on ESP_AsyncFSBrowser example with ACE editor
4
+
5
+
* Remote Temperature Control application with schedule
6
+
7
+
(example: car block heater or car battery charger for winter)
8
+
9
+
* Based on [ESP_AsyncFSBrowser](https://github.com/lorol/ESPAsyncWebServer/tree/master/examples/ESP_AsyncFSBrowser) example that uses embedded ACE editor
10
+
8
11
* Wide browser compatibility, no extra server-side needed
9
-
* HTTP server and WebSocket, single port
10
-
* Standalone, no JS dependencies for the browser from Internet (I hope), ace editor included
11
-
* Added ESPAsyncWiFiManager
12
-
* Real Time (NTP) w/ Time Zones
12
+
13
+
* HTTP server and WebSocket on same port
14
+
15
+
* Standalone, no JS dependencies for the browser from Internet
16
+
17
+
*[Ace Editor](https://github.com/ajaxorg/ace) embedded to source but also - editable, upgradeable see [extras folder](https://github.com/lorol/ESPAsyncWebServer/tree/master/extras)
18
+
19
+
* Added [ESPAsyncWiFiManager](https://github.com/alanswx/ESPAsyncWiFiManager) and fallback AP mode after timeout
20
+
21
+
* Real Time (NTP) w/ Time Zones. Sync from browser time if in AP mode
22
+
13
23
* Memorized settings to EEPROM
24
+
14
25
* Multiple clients can be connected at same time, they see each other' requests
15
-
* Base Authentication of the editor, static content, WS
16
-
* Or Cookie Authentication including WS part, need lib src changes taken from https://github.com/me-no-dev/ESPAsyncWebServer/pull/684
17
-
* Default credentials <b>smart:switch</b>
18
-
* Use latest ESP8266 ESP32 cores from GitHub
19
26
27
+
* Authentication variants including [Cookie-based](https://github.com/me-no-dev/ESPAsyncWebServer/pull/684) idea
28
+
29
+
* Used [this Xtea implementation](https://github.com/franksmicro/Arduino/tree/master/libraries/Xtea) for getting a fancier Cookie token
30
+
31
+
* Default credentials **smart : switch** or only **switch** as password
0 commit comments