Devin AI
468fd86664
PR #491 : Address review comments
...
- Remove autogen.sh and configure commands
- Fix path to ../../../../ for cmake
- Remove redundant build dir creation
- Add sudo make install for wolfSSL
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-03-03 15:55:15 +00:00
Devin AI
ced6ae7b53
PR #491 : Fix build command in README.md (make -> mkdir)
...
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-27 18:23:13 +00:00
Devin AI
a57b09bed1
PR #491 : Improve setup script and build instructions
...
- Add --depth=1 to git clone commands for faster downloads
- Integrate wolfSSL and wolfIP setup into setup.sh
- Simplify build instructions in README.md
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-27 18:22:54 +00:00
Daniele Lacamera
34ec4140c7
Fixes for the https fullstack-simulator demo
2025-02-27 17:19:16 +01:00
Devin AI
6d9670101b
Add FreeRTOS + wolfIP + wolfSSL HTTPS example
...
This example demonstrates a full-stack embedded networking application using:
- FreeRTOS (POSIX port) for RTOS simulation
- wolfIP for zero-allocation networking
- wolfSSL for TLS 1.3 security
Features:
- Virtual networking through TAP interface
- HTTPS server with TLS 1.3
- UDP echo server for testing
- Comprehensive test scripts
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-25 16:59:16 +00:00
Devin AI
f126104b53
Add UDP echo server and fix wolfIP socket integration
...
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-21 13:16:55 +00:00
Devin AI
7617c270a2
Fix wolfIP build integration and add random number generator
...
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-21 13:09:14 +00:00
Devin AI
e1f6c36bd7
Add POSIX port utilities for FreeRTOS simulation
...
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-21 13:00:40 +00:00
Devin AI
338ccaad16
Update CMakeLists.txt with test application build configuration
...
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-21 13:00:20 +00:00
Devin AI
948f86a844
Add test application for FreeRTOS simulation
...
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-21 13:00:03 +00:00
Devin AI
3e74bebd17
Add CMake configuration and FreeRTOS POSIX simulation config
...
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-21 12:59:23 +00:00
Devin AI
4275b4e94b
Update setup script and add .gitignore for FreeRTOS fullstack example
...
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-21 12:58:53 +00:00
Devin AI
6e6e7e6b8f
Add FreeRTOS setup script for fullstack example
...
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
2025-02-21 12:58:06 +00:00