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

create qauld-ctl to control qauld #541

Open
3 tasks
MathJud opened this issue Mar 22, 2023 · 0 comments
Open
3 tasks

create qauld-ctl to control qauld #541

MathJud opened this issue Mar 22, 2023 · 0 comments
Labels
Discussion Feature Request A new feature, that extends functionality Good first issue A good starting point to start helping out Libqaul Rust Tracking Issue Tracking progress on larger tasks

Comments

@MathJud
Copy link
Member

MathJud commented Mar 22, 2023

The qaul daemon qauld runs headless in the background. Create a second binary qauld-ctl To control it. For this you also need to setup a communication channel between qauld and qauld-ctl over which you can control qauld via the protobuf RPC.

  • Create a local communication channel for qauld which is only locally accessible (e.g. a unix socket)
  • Create a new qauld-ctl CLI binary that connects to qauld
  • Send protobuf messages from qauld-ctl to qauld and display the results in qauld-ctl
    • For how to use the protobuf RPC to control libqaul, check qaul-cli
@MathJud MathJud added Feature Request A new feature, that extends functionality Discussion Good first issue A good starting point to start helping out Tracking Issue Tracking progress on larger tasks Libqaul Rust labels Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Discussion Feature Request A new feature, that extends functionality Good first issue A good starting point to start helping out Libqaul Rust Tracking Issue Tracking progress on larger tasks
Projects
None yet
Development

No branches or pull requests

1 participant