Skip to content

rpc_client: support chunked data sending#84

Merged
JordanYates merged 5 commits into
mainfrom
feature/data_chunked
Sep 30, 2025
Merged

rpc_client: support chunked data sending#84
JordanYates merged 5 commits into
mainfrom
feature/data_chunked

Conversation

@JordanYates
Copy link
Copy Markdown
Contributor

Support sending pre-chunked data for RPCs. In this mode, the offset in the data header refers to the packet index, not the raw binary offset.

Regenerate the definitions for the test command.

Signed-off-by: Jordan Yates <jordan@embeint.com>
Fix the `ota_upgrade` tool when specifying a single diff file that goes
across applications.

Signed-off-by: Jordan Yates <jordan@embeint.com>
Pre-chunk the provided data buffer to support other use-cases.

Signed-off-by: Jordan Yates <jordan@embeint.com>
Support sending pre-chunked data for RPCs. In this mode, the offset in
the data header refers to the packet index, not the raw binary offset.

Signed-off-by: Jordan Yates <jordan@embeint.com>
Print any returned string from the command, even if it returns an error.

Signed-off-by: Jordan Yates <jordan@embeint.com>
@JordanYates JordanYates merged commit 149ca4c into main Sep 30, 2025
5 checks passed
@JordanYates JordanYates deleted the feature/data_chunked branch September 30, 2025 05:37
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.

1 participant