OP25 Enable reception of scrambled audio on OP25

VA4JOE

Member
Joined
Jul 25, 2023
Messages
64
Is there a way to enable the OP25 program to play all of the scrambled audio instead of the first second only, so I can hear what it sounds like fully?
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,539
Location
Talbot Co, MD
Do you know which file/directory? Thanks!
Unfortunately I'm not psychic and don't know whether you are using rx.py or multi_rx.py. o_O
In the former case, you would specify "--crypt-behavior=0" on the command line.
If you are using multi_rx.py you would change the "crypt_behavior" parameter in the channels section of your custom cfg.json file which usually resides in the ~/op25/op25/gr-op25_repeater/apps directory.
 

VA4JOE

Member
Joined
Jul 25, 2023
Messages
64
Unfortunately I'm not psychic and don't know whether you are using rx.py or multi_rx.py. o_O
In the former case, you would specify "--crypt-behavior=0" on the command line.
If you are using multi_rx.py you would change the "crypt_behavior" parameter in the channels section of your custom cfg.json file which usually resides in the ~/op25/op25/gr-op25_repeater/apps directory.
I'm using rx.py. I tried the "--crypt-behavior=0 and --crypt-behavior 0" and it doesn't seem to be much difference.
 

boatbod

Member
Joined
Mar 3, 2007
Messages
3,539
Location
Talbot Co, MD
./rx.py --crypt-behavior 0 --args "rtl" --gain-mode 0 --gains 'LNA:36' -S 9600000 -q -1.75 -v 11 -2 -u 23486 -U -T trunk-test.tsv -l http:0.0.0.0:8080 2> stderr.2
 
Top