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

Update ChipTool with an option to set up a large payload session with peer #29697

Closed
pidarped opened this issue Oct 10, 2023 · 0 comments · Fixed by #33937
Closed

Update ChipTool with an option to set up a large payload session with peer #29697

pidarped opened this issue Oct 10, 2023 · 0 comments · Fixed by #33937

Comments

@pidarped
Copy link
Contributor

pidarped commented Oct 10, 2023

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

@woody-apple woody-apple added this to the 1.3 milestone Oct 19, 2023
@pidarped 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 github-project-automation bot moved this from Todo to Done in [Device Type] Cameras Jun 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants