infostellarinc / stellarcli

A command line utility for accessing the StellarStation API
Apache License 2.0
5 stars 9 forks source link

STELLAR-3700 - Add option to disable TCP/UDP proxy for streams #137

Closed rockets3600 closed 4 years ago

rockets3600 commented 4 years ago

Usage: A new "disabled" option was added to --proxy flag when opening a stream. This will allow users to open a stream without opening a tcp/udp proxy. Since users will be unable to send commands or route data with the proxy, this arg will likely be used in conjunction with the --output-file option. Example: ./stellarcli satellite open-stream [sat_id] --proxy=disabled --output-file="/output/file"

danada commented 4 years ago

@rockets3600 Can you merge master and regenerate the docs?