-
Notifications
You must be signed in to change notification settings - Fork 191
Comparing changes
Open a pull request
base repository: wolfSSL/wolfssl-examples
base: master
head repository: wolfSSL/wolfssl-examples
compare: pr-492
- 12 commits
- 19 files changed
- 2 contributors
Commits on Mar 14, 2025
-
Add FreeRTOS + wolfIP + wolfMQTT TLS example
- Implements MQTT client with TLS 1.3 using wolfMQTT and wolfSSL - Uses wolfIP for network stack integration - Runs on FreeRTOS POSIX simulation - Includes test scripts and documentation - Network configuration: 10.10.0.1 (broker), 10.10.0.10 (client) - Supports publish/subscribe on test/topic Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for 8dc17ed - Browse repository at this point
Copy the full SHA 8dc17edView commit details -
Add README.md for fullstack examples directory
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for 324f2ef - Browse repository at this point
Copy the full SHA 324f2efView commit details -
PR #492: Add README.md and fix WOLFSSL type error
- Add comprehensive README.md with setup instructions - Include wolfssl/ssl.h for WOLFSSL type definition Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for 83d3240 - Browse repository at this point
Copy the full SHA 83d3240View commit details -
PR #492: Fix MQTT TLS certificate paths and add timing resistance
- Move certificate paths to user_settings.h - Add security hardening options - Fix circular dependency between mqtt headers Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for 755109b - Browse repository at this point
Copy the full SHA 755109bView commit details -
PR #492: Fix certificate paths and add build instructions
- Use CMake to configure certificate paths - Add wolfSSL and wolfMQTT build instructions - Add debug prints for certificate loading - Update documentation Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for 39aa8d9 - Browse repository at this point
Copy the full SHA 39aa8d9View commit details -
PR #492: Add mosquitto TAP interface configuration
- Add instructions for configuring mosquitto broker - Add TLS configuration for mosquitto - Document broker startup on TAP interface Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for b818a5e - Browse repository at this point
Copy the full SHA b818a5eView commit details -
PR #492: Fix MQTT client initialization
- Use same buffer for rx and tx in MqttClient_Init - Fix invalid rx_buf and rx_buf_len parameters Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for 0003ef3 - Browse repository at this point
Copy the full SHA 0003ef3View commit details -
PR #492: Fix MQTT client network integration and buffer handling
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for a5d494d - Browse repository at this point
Copy the full SHA a5d494dView commit details -
PR #492: Fix wolfIP integration and add MQTT configuration
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for 0ba1e19 - Browse repository at this point
Copy the full SHA 0ba1e19View commit details -
Fix build and runtime issues in FreeRTOS + wolfIP + wolfMQTT example
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for 8ba67e2 - Browse repository at this point
Copy the full SHA 8ba67e2View commit details -
Update README.md with improved mosquitto configuration instructions
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for 1ceb0b3 - Browse repository at this point
Copy the full SHA 1ceb0b3View commit details -
Add missing wolfip_utils.c file for build
Co-Authored-By: daniele@wolfssl.com <daniele@wolfssl.com>
Configuration menu - View commit details
-
Copy full SHA for f20793d - Browse repository at this point
Copy the full SHA f20793dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...pr-492