Get free source code at: https://github.com/BojanJurca/Multitasking-Esp32-HTTP-FTP-Telnet-servers-for-Arduino


A brief demonstration of Multitasking Esp32 HTTP, FTP and Telnet server for ESP32 (Arduino)


HTML/REST/JSON bi-directional communication with ESP32

 Built-in LED
 Use of nice controls.

 Up time
 Test stability of the code.
...

 HTTP requests
 Measure HTTP trafic.
...

 Free heap
 Find memory leaks.
...

 Free heap
 Find memory leaks.
...

 Max free block
 Find heap problems.
...




HTML/WebSocket data streaming

 RSSI
 Find network problems.
...




Web server examples

 example01.html
Dynamically generated HTML page.

 example02.html
Static HTML page (.html file) calling REST functions.

 example03.html
Checkbox calling REST functions.

 example04.html
Stylish checkbox calling REST functions.

 example05.html
Nice web GUI controls.

 example07.html
Example of cookie set by web server.

 login.html
Web session login example.
 protectedPage.html
Only loggedin users can access this page.

 example10.html
The use of websockets.





Use cases

 oscilloscope.html
See what is going on within your ESP32 project.

 photoAlbum.html
Photo album demonstrating: dynamically generated web portal, web sessions with login/logout options, local database data storage.