Skip to content
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

PoC: TCAT for TBR #80

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Conversation

MarGasiorek
Copy link

Added TCAT related commits.
Tools: added commands for wifi connection management for TBR.

abtink and others added 8 commits March 14, 2024 11:25
This commit moves the `instance` module to a newly added folder
`core/instance` (from `core/common`.  Header file `extension.hpp`
and its example is also moved to the same folder.
This commit introduces first implementation of Bluetooth based
comissioning for thread devices.

Co-authored-by: Arnulf Rupp <[email protected]>
Co-authored-by: Piotr Jasinski <[email protected]>
Some files were missing during repo migration, this commit adds them.

Signed-off-by: Maciej Baczmanski <[email protected]>
Co-authored-by: Piotr Jasinski <[email protected]>
Co-authored-by: Przemyslaw Bida <[email protected]>
Adds TCAT client implementation for BLE transport.

Signed-off-by: Piotr Jasinski <[email protected]>
Co-authored-by: Przemyslaw Bida <[email protected]>
Changes `mVendorInfo` to be a member variable of `Tcat` class
instead of a static variable.
This commit introduces the `ClearAllBytes<ObjectType>()` template
function to zero out all bytes within an object. This replaces
`memset(0)` calls in OT core modules, simplifying code and improving
safety by automatically using the correct object size.
@MarGasiorek MarGasiorek reopened this Mar 22, 2024
@MarGasiorek MarGasiorek force-pushed the tcat_tbr branch 2 times, most recently from 60e64f3 to bd50bd8 Compare March 22, 2024 14:33
Add commands for:
 -WiFi connection management,
 -Perform reboot

Signed-off-by: Marcin Gasiorek <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants