|
|
6 лет назад | |
|---|---|---|
| .. | ||
| main | 6 лет назад | |
| scripts | 7 лет назад | |
| CMakeLists.txt | 6 лет назад | |
| Makefile | 6 лет назад | |
| README.md | 6 лет назад | |
| http_server_persistence_test.py | 6 лет назад | |
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.