-
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
Update ChipTool with an option to set up a large payload session with peer #29697
Labels
Milestone
Comments
pidarped
changed the title
Update ChipTool to be able to use TCP with devices that support it.
Update ChipTool with an option to set up a large payload session with peer
Jun 14, 2024
pidarped
added a commit
to pidarped/connectedhomeip
that referenced
this issue
Jun 14, 2024
By default, assumed false. When set to 1, it will trigger an attempt to set up a session over TCP to support large payload transfers. E.g., ./chip-tool onoff read on-off 15 2 --allow-large-payload 1 Fixes project-chip#29697
pidarped
added a commit
to pidarped/connectedhomeip
that referenced
this issue
Jun 14, 2024
By default, assumed false. When set to 1, it will trigger an attempt to set up a session over TCP to support large payload transfers. E.g., ./chip-tool onoff read on-off 15 2 --allow-large-payload 1 Fixes project-chip#29697
pidarped
added a commit
to pidarped/connectedhomeip
that referenced
this issue
Jun 15, 2024
By default, assumed false. When set to 1, it will trigger an attempt to set up a session over TCP to support large payload transfers. E.g., ./chip-tool onoff read on-off 15 2 --allow-large-payload true Fixes project-chip#29697
pidarped
added a commit
to pidarped/connectedhomeip
that referenced
this issue
Jun 15, 2024
By default, assumed false. When set to true, it will trigger an attempt to set up a session over TCP to support large payload transfers. E.g., ./chip-tool onoff read on-off 15 2 --allow-large-payload true Fixes project-chip#29697
pidarped
added a commit
to pidarped/connectedhomeip
that referenced
this issue
Jun 15, 2024
By default, assumed false. When set to true, it will trigger an attempt to set up a session over TCP to support large payload transfers. E.g., ./chip-tool onoff read on-off 15 2 --allow-large-payload true Fixes project-chip#29697
github-project-automation
bot
moved this from Todo
to Done
in [1.3] SDK Feature Complete
Jun 15, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Feature description
ChipTool needs to be updated with an option so that it can appropriately set up a session that supports large payload transfers when interacting with devices that support it. When set to true, this option would make ChipTool try to set up CASE over TCP to allow the application to then pack more bytes in each message over that session.
Platform
core
Platform Version(s)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: