Sean Parkinson 8e9810e87e ssl.c: Move functions out to separate files | 8 ماه پیش | |
---|---|---|
.. | ||
client | 1 سال پیش | |
server | 1 سال پیش | |
shared | 8 ماه پیش | |
wolfssl_new_azsphere | 6 ماه پیش | |
README.md | 2 سال پیش | |
include.am | 2 سال پیش | |
user_settings.h | 1 سال پیش |
This directory contains the Visual Studio CMake Project that is targeted for the visual studio 2019 Azure Sphere plugin.
The example includes a client and server executable but the main.c app only runs the server by default. main.c can be manually modified to run the client instead if desired.
By default the main.c app include the hardware definitions for MT3620-mini. It can be manually modified to include hardware definitions for MT3620, or avnet MT3620 instead.
The app relies on a wolfSSL static library project, app and library are built
by the CMakeLists.txt located in
IDE/MSVS-2019-AZSPHERE/wolfssl_new_azsphere/CMakeLists.txt. The library and app
use user_settings.h
to enable and disable features.
Setup your Azure Sphere device. Install Azure Sphere Set up an account Claim your device Configure networking
Open the local folder IDE/MSVS-2019-AZSPHERE/wolfssl_new_azsphere in MSVS 2019
From the file menu select "Build" dropdown
Rebuild All
optionConnect your Azure Sphere MT3620-mini Development Board using USB.
Test the server.
Debug->'Start new instance'
Run the following wolfSSL example client command inside wolfssl directory.
./examples/client/client -h "Server IP Address" -p 11111 -A ./certs/ca-cert.pem
For other information please refer to the README in IDE/VS-AZURE-SPHERE