-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chip-Tool Group support #1818
Labels
Milestone
Comments
Issue-Label Bot is automatically applying the label Links: app homepage, dashboard and code for this bot. |
Closed
woody-apple
added
p1
priority 1 work
and removed
needs_description
p2
priority 2 work
labels
Oct 22, 2020
andy31415
added
v1_triage_split_5
feature work
secure channel
and removed
feature work
secure channel
p1
priority 1 work
V1.0
TE7.5
labels
Jan 30, 2022
jepenven-silabs
changed the title
[Secure Channel] 1-N Traffic - Group Keys - Export API to establish group
Chip-Tool Group support
Feb 1, 2022
chirag-silabs
pushed a commit
to rosahay-silabs/connectedhomeip
that referenced
this issue
Jul 15, 2024
Merge in WMN_TOOLS/matter from bring_slc_1.2 to silabs_slc_1.3 Squashed commit of the following: commit 19add3ea535c32ee0cf81e96eb0b42cf2aea0af5 Author: Curtis Rahman <[email protected]> Date: Wed May 1 15:20:43 2024 +0000 Pull request project-chip#1798: MATTER-3181 LZ4 Compression Enabled Applications for SQA testing Merge in WMN_TOOLS/matter from feature/lz4_bootloader to silabs_slc_1.2 Squashed commit of the following: commit 16c6408fbcd5d2185217140567f23c82d0765059 Author: Curtis Rahman <[email protected]> Date: Tue Apr 30 17:58:28 2024 -0400 Added option for example application specific components commit c72b4770b99178c2c072c0b6669cac385ba2c9a6 Author: Curtis Rahman <[email protected]> Date: Tue Apr 30 10:21:53 2024 -0400 Added ability to add components for bootloader commit 42ee5bb2410a1b937818516d25366bbea1928abc Author: Curtis Rahman <[email protected]> Date: Tue Apr 30 11:04:21 2024 -0400 Added ability to add components for bootloader ... and 4 more commits commit 09c5417baa519cbe9abe00ce2905693e4248c0e3 Author: Chirag Bansal <[email protected]> Date: Sat Apr 27 03:53:11 2024 +0000 Pull request project-chip#1790: Adding the required header files for shell Fix on wifi Merge in WMN_TOOLS/matter from bugfix/matter_shell_wifi to silabs_slc_1.2 Squashed commit of the following: commit e31ba30352aa3320f2a7b542eb7b0188beb9fb82 Author: chbansal <[email protected]> Date: Fri Apr 26 00:42:05 2024 +0530 adding the required header files for shell commit 60806456fb721e6a70c8079b8df872e19f786952 Author: Sarthak Shaha <[email protected]> Date: Fri May 3 22:31:13 2024 +0000 Pull request project-chip#1811: removed unsupported app from matter_templates.xml Merge in WMN_TOOLS/matter from remove_unsupported_board_thermostat to silabs_slc_1.2 Squashed commit of the following: commit f27f5b9a1459807a8fe7d59b619815a4615731c5 Author: Sarthak Shaha <[email protected]> Date: Fri May 3 17:32:51 2024 -0400 added solution for brd2704 and removed for brd2601 commit a3259d576b48a7e55ced7ccf485458d535915e6a Author: Sarthak Shaha <[email protected]> Date: Fri May 3 17:04:16 2024 -0400 removed unsupported app from matter_templates.xml ... and 5 more commits
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Export a simple controller based API to establish and configure a group
As of now, Chip-tool should be able to add a group with the Group Cluster and set Group Keys with the Group Key cluster (once PR #13298 is merged).
What still needs to be done is to refactor the command Logic inside Chip-Tool to send Encrypted Group message to a group without knowing the nodeId.
This imply
cache-and-sync
set.The text was updated successfully, but these errors were encountered: