Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SOAPYSDRSERVER(1)	    General Commands Manual	     SOAPYSDRSERVER(1)

NAME
       SoapySDRServer -	provide	access to local	SoapySDR devices over network

SYNOPSIS
       SoapySDRServer [OPTIONS]

DESCRIPTION
       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 lo-
       cally.

OPTIONS
       --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.

HOMEPAGE
       SoapySDRServer	 is    part	of     the     SoapyRemote     project
       <https://github.com/pothosware/SoapyRemote/wiki>.

AUTHORS
       The  SoapyRemote	 client	 and  server  were written mostly by Josh Blum
       <josh@pothosware.com> with additional contributions from	Bastille  Net-
       works.

SoapyRemote 0.3.2		  2016-10-28		     SOAPYSDRSERVER(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=SoapySDRServer&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help