-
I am trying to execute an fprime-cli command-send to a GDS running on a non-standard port. The CLI documentation page (https://nasa.github.io/fprime/UsersGuide/gds/gds-cli.html#command-send) says that you can pass a "-p" argument, but I am getting an unrecognized arguments error when I do that. How can I pass the "ip-port" of the GDS to a fprime-cli command? For reference, I have the most recent version of Fprime in my project. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The arguments should be the same as the one you used to spin up You can see all the options with |
Beta Was this translation helpful? Give feedback.
Update: Running without using ZMQ solves the issue.