|
|
5 سال پیش | |
|---|---|---|
| .. | ||
| main | 5 سال پیش | |
| CMakeLists.txt | 5 سال پیش | |
| Makefile | 5 سال پیش | |
| README.md | 5 سال پیش | |
| http_server_persistence_test.py | 5 سال پیش | |
The Example consists of HTTPD server persistent sockets demo. This sort of persistency enables the server to have independent sessions/contexts per client.
Open the project configuration menu (idf.py menuconfig) 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 :
idf.py -p PORT flashidf.py -p PORT monitor and note down the IP assigned to your ESP module. The default port is 80See the README.md file in the upper level 'examples' directory for more information about examples.