aboutsummaryrefslogtreecommitdiff
path: root/examples/config-smartnet-rtl.json
blob: d97c6399f5911f80552ed6a2b669fc5a1b5126ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
    "ver": 2,
    "sources": [

        {
            "center": 496500000.0,
            "rate": 2048000.0,
            "error": 1100,
            "gain": 24,
            "digitalRecorders": 4,
            "analogRecorders": 2,
            "driver": "osmosdr",
            "device": "rtl=31"
        }, {
            "center": 490250000.0,
            "rate": 2048000.0,
            "error": 1400,
            "gain": 24,
            "digitalRecorders": 4,
            "analogRecorders": 2,
            "driver": "osmosdr",
            "device": "rtl=32"
        }
    ],
    "systems": [{
        "control_channels": [496537500],
        "type": "smartnet",
        "talkgroupsFile": "wmata.csv",
        "shortName": "wmata",
        "modulation": "fsk4",
        "analogLevels": 32
    }]
}