n1moy
Member
2024.Sep.02
Endeavor to scan two P25 Phase-1/conventional frequencies using op25. Have used the following command successfully with a single channel and default system audio.
$ ./rx.py --nocrypt --args "rtl" --gains 'lna:40' -S 250000 -f 484.412500e6 -D fsk4 -x 12.0 -q 0 -d 0 -v 2 -V -U 2>~/scanner.log
Attempted to advance into scanning mode using multi_rx.py and a JSON configuration file. Unsure exactly what I should be expecting to see or next steps. The terminal screen remains void of details and the Gnuplot displays only one frequency. Probable configuration error.
[images & log attached]
$ ./multi_rx.py -v 12 -c scan.json 2>~/scan.log
Uncertain how to proceed.
Thanks in advance,
--- scan.json ---
{
"channels": [
{
"name": "A_PD",
"frequency": 482987500,
"device": "sdr0",
"trunking_sysname": "",
"meta_stream_name": "",
"demod_type": "fsk4",
"cqpsk_tracking": false,
"destination": "udp://127.0.0.1:23454",
"excess_bw": 0.2,
"filter_type": "rc",
"if_rate": 24000,
"plot": "",
"symbol_rate": 4800,
"enable_analog": "off",
"blacklist": "",
"whitelist": ""
},
{
"name": "B_PD",
"frequency": 484412500,
"device": "sdr0",
"trunking_sysname": "",
"meta_stream_name": "",
"demod_type": "fsk4",
"cqpsk_tracking": false,
"destination": "udp://127.0.0.1:23455",
"excess_bw": 0.2,
"filter_type": "rc",
"if_rate": 24000,
"plot": "",
"symbol_rate": 4800,
"enable_analog": "off",
"blacklist": "",
"whitelist": ""
}
],
"devices": [
{
"args": "rtl=0",
"frequency": 482987500,
"gains": "LNA:39",
"gain_mode": false,
"name": "sdr0",
"offset": 0,
"ppm": 0.0,
"rate": 1000000,
"usable_bw_pct": 0.85,
"tunable": false
}
],
"trunking": {
"module": "",
"chans": [
]
},
"metadata": {
"module": "",
"streams": [
]
},
"audio": {
"module": "sockaudio.py",
"instances": [
{
"instance_name": "audio0",
"device_name": "default",
"udp_port": 23454,
"audio_gain": 10.0,
"number_channels": 1
},
{
"instance_name": "audio1",
"device_name": "default",
"udp_port": 23455,
"audio_gain": 10.0,
"number_channels": 1
}
]
},
"terminal": {
"module": "terminal.py",
"terminal_type": "curses",
"curses_plot_interval": 0.1,
"http_plot_interval": 1.0,
"http_plot_directory": "../www/images",
"tuning_step_large": 1200,
"tuning_step_small": 100
}
}
Endeavor to scan two P25 Phase-1/conventional frequencies using op25. Have used the following command successfully with a single channel and default system audio.
$ ./rx.py --nocrypt --args "rtl" --gains 'lna:40' -S 250000 -f 484.412500e6 -D fsk4 -x 12.0 -q 0 -d 0 -v 2 -V -U 2>~/scanner.log
Attempted to advance into scanning mode using multi_rx.py and a JSON configuration file. Unsure exactly what I should be expecting to see or next steps. The terminal screen remains void of details and the Gnuplot displays only one frequency. Probable configuration error.
[images & log attached]
$ ./multi_rx.py -v 12 -c scan.json 2>~/scan.log
Uncertain how to proceed.
Thanks in advance,
--- scan.json ---
{
"channels": [
{
"name": "A_PD",
"frequency": 482987500,
"device": "sdr0",
"trunking_sysname": "",
"meta_stream_name": "",
"demod_type": "fsk4",
"cqpsk_tracking": false,
"destination": "udp://127.0.0.1:23454",
"excess_bw": 0.2,
"filter_type": "rc",
"if_rate": 24000,
"plot": "",
"symbol_rate": 4800,
"enable_analog": "off",
"blacklist": "",
"whitelist": ""
},
{
"name": "B_PD",
"frequency": 484412500,
"device": "sdr0",
"trunking_sysname": "",
"meta_stream_name": "",
"demod_type": "fsk4",
"cqpsk_tracking": false,
"destination": "udp://127.0.0.1:23455",
"excess_bw": 0.2,
"filter_type": "rc",
"if_rate": 24000,
"plot": "",
"symbol_rate": 4800,
"enable_analog": "off",
"blacklist": "",
"whitelist": ""
}
],
"devices": [
{
"args": "rtl=0",
"frequency": 482987500,
"gains": "LNA:39",
"gain_mode": false,
"name": "sdr0",
"offset": 0,
"ppm": 0.0,
"rate": 1000000,
"usable_bw_pct": 0.85,
"tunable": false
}
],
"trunking": {
"module": "",
"chans": [
]
},
"metadata": {
"module": "",
"streams": [
]
},
"audio": {
"module": "sockaudio.py",
"instances": [
{
"instance_name": "audio0",
"device_name": "default",
"udp_port": 23454,
"audio_gain": 10.0,
"number_channels": 1
},
{
"instance_name": "audio1",
"device_name": "default",
"udp_port": 23455,
"audio_gain": 10.0,
"number_channels": 1
}
]
},
"terminal": {
"module": "terminal.py",
"terminal_type": "curses",
"curses_plot_interval": 0.1,
"http_plot_interval": 1.0,
"http_plot_directory": "../www/images",
"tuning_step_large": 1200,
"tuning_step_small": 100
}
}