|
|
6 năm trước cách đây | |
|---|---|---|
| .. | ||
| main | 6 năm trước cách đây | |
| scripts | 7 năm trước cách đây | |
| CMakeLists.txt | 6 năm trước cách đây | |
| Makefile | 6 năm trước cách đây | |
| README.md | 6 năm trước cách đây | |
| http_server_simple_test.py | 6 năm trước cách đây | |
The Example consists of HTTPD server demo with demostration of URI handling :
1. URI \hello for GET command returns "Hello World!" message
2. URI \echo for POST command echoes back the POSTed message
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.