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

[Feature] Enhance chip-tool with IPC Capabilities #33265

Open
yufengwangca opened this issue May 1, 2024 · 1 comment
Open

[Feature] Enhance chip-tool with IPC Capabilities #33265

yufengwangca opened this issue May 1, 2024 · 1 comment

Comments

@yufengwangca
Copy link
Contributor

Feature description

...

  1. Enable the chip-tool to operate in interactive mode.
  2. Integrate an IPC channel to facilitate communication with the Fabric-Bridge app. Evaluate and potentially utilize the following candidates:
    WebSocket: Leverage existing integration within chip-tool for consistency and efficiency.
    Pigweed RPC: Explore this option for its suitability in embedded communication, focusing on lightweight and efficient data transfer.

Platform

other

Platform Version(s)

No response

Anything else?

No response

@bzbarsky-apple
Copy link
Contributor

The right answer here should be websocket; that's the IPC mechanism chip-tool already has, and we shouldn't try to add a second one...

The app running on the other side is not going to be an "embedded" anything, since it's running on the same hardware as chip-tool.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants