-
Notifications
You must be signed in to change notification settings - Fork 37
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
capture cli mesages #7
Comments
@dgeppert results are automatically collected into the |
|
Oh, my bad. You want to collect the register values. I don't think we've ever thought about storing those. Check here https://github.com/rfquack/RFQuack-cli/blob/master/rfquack/core.py#L237 You'll see that we're storing only packets (e.g., transmissions) into If you can do that and send a PR, I'll merge it ;-) |
Hello @dgeppert , |
thanks @phretor! for pointing to the right spots ;-) just two lines of code in rfquack/core.py
|
Hello,
not an issue, but a question (hope that's ok here):
is there a way to capture the cli result into e.g. an array to process the result later within the cli?
redirecting stdout does not seem to help here, maybe because Protobuf is used?
thx in advance
The text was updated successfully, but these errors were encountered: