Add MQTT Broker with TLS support for STM32H753ZI#39
Open
dgarske wants to merge 2 commits intowolfSSL:masterfrom
Open
Add MQTT Broker with TLS support for STM32H753ZI#39dgarske wants to merge 2 commits intowolfSSL:masterfrom
dgarske wants to merge 2 commits intowolfSSL:masterfrom
Conversation
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.
Requires: wolfSSL/wolfMQTT#463
Summary
Ports the MQTT broker implementation from STM32H563 to STM32H753ZI, enabling a fully functional MQTT broker with TLS 1.3 on port 8883.
Changes
wolfIP (src/port/stm32h753/)
mqtt_broker.candmqtt_broker.h- broker wrapper for bare-metal integrationMakefile- addedENABLE_MQTT_BROKERbuild option with wolfMQTT sourcesuser_settings.h- configured wolfMQTT broker with optimized limits for 512KB RAMBROKER_MAX_CLIENTS=3(reduced from 4 on H563)WOLFMQTT_BROKER_CUSTOM_NETfor application-managed TLS contextconfig.h- increasedMAX_TCPSOCKETSfrom 8 to 12, adjusted buffers for brokermain.c- integrated broker initialization and pollingMemory Usage
Testing
Testing output