WIP: MATTER-6957: Adds HTTPs and MQTTs service on MATTER - #989
Draft
Rohan Sahay (rosahay-silabs) wants to merge 14 commits into
Draft
WIP: MATTER-6957: Adds HTTPs and MQTTs service on MATTER#989Rohan Sahay (rosahay-silabs) wants to merge 14 commits into
Rohan Sahay (rosahay-silabs) wants to merge 14 commits into
Conversation
…n for dual stack support
Rohan Sahay (rosahay-silabs)
force-pushed
the
feature/add-matter-service
branch
from
August 13, 2026 14:28
4bbb25f to
285afcc
Compare
…S descriptors and properties
Contributor
Author
There was a problem hiding this comment.
- Remove this file before merging the code
Contributor
Author
There was a problem hiding this comment.
Intentionally checked in as this is a patch over the 4.1.2 wiseconnect release containing the additional fixes for PAHO MQTT over DUAL stack mode
* feat(wifi): add http service demo on MATTER * MATTER-6537: Wire dual-stack thermostat to HttpClient HTTPS offload (#999) * Update matter_sdk submodule * Update as per comments * Updated matter_sdk pointer
* feat(wifi): add http service demo on MATTER * feat(wifi): add Matter MQTTs SLC components and configuration * feat(silabs): Adds fix for HEAP4 single HEAP allocation * Refactor matter MQTT service (#1000) * feat(thermostat): enhance dual stack support with HTTP service offload * Update matter_sdk submodule * fix(test.sh): use platform-specific timeout command for RTT connection * Update matter_sdk submodule * Enhance MQTT service support in thermostat application by adding MQTT example files and updating source paths. Change mqtt_client source file extension from .c to .cpp for consistency. Update matter_sdk submodule to latest commit. * adds a new flag `SL_MATTER_ENABLE_MQTT_OVER_LWIP_SOCKETS` * Update license in matter_service_mqtt to Apache 2.0 * update matter_sdk pointer * Change quality status of Matter WiFi services and thermostat application to experimental * update matter_sdk pointer
This commit introduces a comprehensive guide for building a SiWx917 dual-stack thermostat application using Matter, MQTT, and HTTPS. It includes detailed instructions for setting up the development environment, configuring the project, and testing the application. Additionally, several images have been added to enhance the documentation and provide visual aids for the setup process.
Change `label` and `description`
* Update matter_sdk pointer * Enhance test.sh to include application size reporting and adjust RTT connection timeout * Update test.sh to include source copying during build * TEMP: fix for this diff of wifi_sdk * Update matter_sdk pointer
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.
Issue Link: MATTER-6957
Description of Problem/Feature:
Adds wiseconnect example for HTTPs and MQTTs clients along with MATTER
Description of Fix/Solution:
Testing Done: