Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "channels": [
- {
- "name": "Voice_ch1",
- "device": "sdr0",
- "trunking_sysname": "P25 System",
- "meta_stream_name": "stream_0",
- "demod_type": "cqpsk",
- "destination": "udp://127.0.0.1:23456",
- "excess_bw": 0.2,
- "filter_type": "rc",
- "if_rate": 24000,
- "plot": "",
- "symbol_rate": 4800,
- "enable_analog": "off",
- "blacklist": "",
- "whitelist": "stream0.wlist",
- "crypt_keys": "example_keys.json"
- },
- {
- "name": "Voice_ch2",
- "device": "sdr1",
- "trunking_sysname": "P25 System",
- "meta_stream_name": "stream_1",
- "demod_type": "cqpsk",
- "destination": "udp://127.0.0.1:23466",
- "excess_bw": 0.2,
- "filter_type": "rc",
- "if_rate": 24000,
- "plot": "",
- "symbol_rate": 4800,
- "enable_analog": "off",
- "blacklist": "",
- "whitelist": "stream1.wlist",
- "crypt_keys": "example_keys.json"
- }
- ],
- "devices": [
- {
- "args": "rtl=0",
- "gains": "LNA:39",
- "gain_mode": false,
- "name": "sdr0",
- "offset": 0,
- "ppm": 0.0,
- "rate": 1000000,
- "usable_bw_pct": 0.85,
- "tunable": true
- },
- {
- "args": "rtl=1",
- "gains": "LNA:39",
- "gain_mode": false,
- "name": "sdr0",
- "offset": 0,
- "ppm": 0.0,
- "rate": 1000000,
- "usable_bw_pct": 0.85,
- "tunable": true
- }
- ],
- "trunking": {
- "module": "tk_p25.py",
- "chans": [
- {
- "nac": "0x0",
- "wacn": "0x00000",
- "sysid": "0x000",
- "sysname": "P25 System",
- "control_channel_list": "773.84375,774.84375",
- "whitelist": "",
- "blacklist": "",
- "tgid_tags_file": "trunk-tags.tsv",
- "rid_tags_file": "trunk-rids.tsv",
- "tdma_cc": false,
- "crypt_behavior": 2
- }
- ]
- },
- "metadata": {
- "module": "icemeta.py",
- "streams": [
- {
- "stream_name": "stream_0",
- "meta_format_idle": "[idle]",
- "meta_format_tgid": "[%TGID%]",
- "meta_format_tag": "[%TGID%] %TAG%",
- "icecastServerAddress": "192.168.1.24:8000",
- "icecastMountpoint": "op25_stream_0",
- "icecastMountExt": ".xspf",
- "icecastPass": "hackme1",
- "delay": 0.0
- },
- {
- "stream_name": "stream_1",
- "meta_format_idle": "[idle]",
- "meta_format_tgid": "[%TGID%]",
- "meta_format_tag": "[%TGID%] %TAG%",
- "icecastServerAddress": "192.168.1.24:8000",
- "icecastMountpoint": "op25_stream_1",
- "icecastMountExt": ".xspf",
- "icecastPass": "hackme2",
- "delay": 0.0
- }
- ]
- },
- "audio": {
- "module": "sockaudio.py",
- "instances": [
- {
- "instance_name": "audio0",
- "device_name": "default",
- "udp_port": 23456,
- "audio_gain": 1.0,
- "number_channels": 1
- },
- {
- "instance_name": "audio1",
- "device_name": "default",
- "udp_port": 23466,
- "audio_gain": 1.0,
- "number_channels": 1
- }
- ]
- },
- "terminal": {
- "module": "terminal.py",
- "terminal_type": "curses",
- "#terminal_type": "http:127.0.0.1:8080",
- "curses_plot_interval": 0.1,
- "http_plot_interval": 1.0,
- "http_plot_directory": "../www/images",
- "tuning_step_large": 1200,
- "tuning_step_small": 100,
- "default_channel": "Voice_ch2"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment