hi,
I want to integrate two open-source libraries to implement a simple HTTPS server for testing purposes:
Mongoose(v7.20)
https://github.com/cesanta/mongoose
wolfSSL(v5.8.4)
https://github.com/wolfSSL/wolfssl
My development environment:
PC (X86/WINDOWS11), VSCODE, gcc(tasks.json);
I found it very difficult to achieve.
Is there a similar demo available for reference?
tks!