|
|
| |
SOAPYSDRSERVER(1) |
FreeBSD General Commands Manual |
SOAPYSDRSERVER(1) |
SoapySDRServer - provide access to local SoapySDR devices over network
SoapySDRServer is a server that exports all locally available SoapySDR devices
over the network. On the other side, a SoapyRemote module for SoapySDR
connects to this server and provides the server's modules locally.
- --bind[=IP[:PORT]]
- Run server. If an IP argument is not given, bind to the default
port 55132 on all local network addresses. IP is the IPv4 or IPv6
address to bind to. If the either of the special values
"0.0.0.0" or "[::]" for IP is given it will
bind to all local addresses. PORT is an optional port number to use
instead of the default.
- --help
- Display help and exit.
The SoapyRemote client and server were written mostly by
Josh Blum with additional
contributions from Bastille Networks.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |