Jacob Barthelmeh 8eaa85e412 update copyright year to 2022 | 2 年之前 | |
---|---|---|
.. | ||
main | 2 年之前 | |
CMakeLists.txt | 5 年之前 | |
Makefile | 5 年之前 | |
README.md | 3 年之前 |
The Example contains a wolfSSL simple server.
idf.py menuconfigure
to configure the project
1-1. Example Connection Configuration ->
WIFI SSID : your own WIFI, which is connected to the Internet.(default is "myssid")
WIFI Password : WIFI password, and default is "mypassword"
When you want to test the wolfSSL simple server demo
idf.py -p <PORT> flash
to compile the code and load the firmwareidf.py monitor
to see the context. The assigned IP address can be found in output message.Once the server connects to the wifi, it is waiting for client request.
("Waiting for a connection..." message will be displayed.)
You can use /examples/client to test the server
e.g ./example/client/client -h xx.xx.xx
See the README.md file in the upper level 'examples' directory for more information about examples.