Re: First release of USRP Client (pyUC)
Sorry for the delay, it took me a bit to figure out what I think is
your issue.
toggle quoted messageShow quoted text
In rpt.conf for the node you are connecting to via USRP you have something like this: rxchannel = USRP/127.0.0.1:34001:32001; GNU Radio interface USRP What this says is that chan_usrp is listening on port 32001 This is how your audio gets from pyUC to ASL 127.0.0.1:34001 tells CHAN_USRP to send audio to IP 127.0.0.1 on port 34001. Well unless you have pyUC running on the same machine as the ASL node, you will hear no audio from pyUC. So, change 127.0.0.1 to the IP of the machine running pyUC. Steve N4IRS
On 2/25/2020 10:55 PM, ve6gcd@... wrote:
Hi Steve,
|
|