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

CLI for participating with iox2 communication from the terminal #413

Open
orecham opened this issue Sep 29, 2024 · 0 comments
Open

CLI for participating with iox2 communication from the terminal #413

orecham opened this issue Sep 29, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@orecham
Copy link
Contributor

orecham commented Sep 29, 2024

Brief feature description

Make it possible to publish, subscribe, notify, listen (request, respond, etc.) to iceoryx2 services directly from the CLI, e.g.

iox2 service publish <TOPIC> <PAYLOAD>
iox2 service subscribe <TOPIC>
iox2 service listen <TOPIC>
iox2 service notify <TOPIC>
// etc.

Detailed information

Nice to have:

  1. Make it possible to plug in custom logic for working with payloads, e.g.
    1. Publish data from a file
    2. Display image payloads from subscribers directly in the terminal
@orecham orecham changed the title CLI participating with iox2 communication from the terminal CLI for participating with iox2 communication from the terminal Sep 29, 2024
@orecham orecham added the good first issue Good for newcomers label Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant