Hideki Miyazaki f7018c4765 fixed build failure and warnings | 4 anni fa | |
---|---|---|
.. | ||
main | 4 anni fa | |
CMakeLists.txt | 5 anni fa | |
Makefile | 5 anni fa | |
README.md | 5 anni fa |
#wolfSSL Example
The Example contains a wolfSSL simple server.
"make menuconfigure" to configure the project
1-1. Example 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
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.