|
|
há 7 anos atrás | |
|---|---|---|
| .. | ||
| main | há 6 anos atrás | |
| scripts | há 7 anos atrás | |
| CMakeLists.txt | há 6 anos atrás | |
| Makefile | há 6 anos atrás | |
| README.md | há 6 anos atrás | |
| http_server_persistence_test.py | há 6 anos atrás | |
The Example consists of HTTPD server persistent sockets demo. This sort of persistency enables the server to have independent sessions/contexts per client.
Run make menuconfig (or idf.py menuconfig if using CMake build system) to configure Wi-Fi or Ethernet. See "Establishing Wi-Fi or Ethernet Connection" section in examples/protocols/README.md for more details.
In order to test the HTTPD server persistent sockets demo :
See the README.md file in the upper level 'examples' directory for more information about examples.