Date
1 - 7 of 7
First release of USRP Client (pyUC)
ve6gcd@...
I just caught a glitch: Transmit is disabled after double clicking the Transmit Button twice right after opening the app.
|
|
ve6gcd@...
Thanks Steve,
This is interesting, might also try pursuing this route. I will reconfugure rpt.conf as advised and let you know. 73, Geoffrey VE6GCD
|
|
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,
|
|
ve6gcd@...
Thanks Steve,
I will try to play with it and see how I can use it to interface ASL and S-COM 7330. 73, Geoffrey VE6GCD
|
|
Geoff,
toggle quoted messageShow quoted text
You can leave the default server alone, it will not be used when connecting to ASL. Set aslMode=1 Setup you ASL node using the USRP channel driver. Set the ports to the same value rxchannel = USRP/127.0.0.1:12345:12345 Please be aware that you can not control the node (*70 etc) from pyUC. All you can do is transmit and receive. Steve N4IRS
On 2/25/2020 1:58 PM,
ve6gcd@... wrote:
Hi Steve,
|
|
ve6gcd@...
Hi Steve,
Can you tell me how to set this up for ASL USRP node? The downloaded pyUC.ini file has defaultServer=DMR. aslMode=0 For AllStarLink Do I need to set defaultServer to blank, while aslMode=1? 73, Geoffrey VE6GCD
|
|
|
|