Add FreeRTOS + wolfIP + wolfSSL HTTPS example#491
Merged
Conversation
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
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>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Member
|
Tested and fixed two minor things. |
gasbytes
requested changes
Feb 27, 2025
- 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>
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
gasbytes
requested changes
Mar 3, 2025
- 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>
gasbytes
approved these changes
Mar 3, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add FreeRTOS + wolfIP + wolfSSL HTTPS Example
This PR adds a new full-stack example demonstrating embedded HTTPS server functionality using:
Features
Testing
Link to Devin run
https://app.devin.ai/sessions/9009e1c8e0304b43a2e0c5effeb90b2c
Requested by
daniele@wolfssl.com