DMRlink/dmrlink_SAMPLE.cfg
Cort Buffington 59cb7666f5 Added Config File Parser
No longer is it necessary to build the configuration by hand as a
python file. It now uses a basic INI style… not my favorite, but easily
added thanks to ConfigParser.

This BREAKS group-voice forwarding for now, as there's no good way to
add the rules config in the basic config file right NOW, but it will be
fixed soon.
2013-10-12 11:08:06 -05:00

24 lines
321 B
INI

[IPSC1]
ENABLED: True
RADIO_ID: 1
PORT: 50000
ALIVE_TIMER: 5
TS1_LINK: True
TS2_LINK: True
AUTH_ENABLED: True
AUTH_KEY: 1
MASTER_IP: 1.2.3.4
MASTER_PORT: 50000
[IPSC2]
ENABLED: True
RADIO_ID: 2
PORT: 50001
ALIVE_TIMER: 5
TS1_LINK: True
TS2_LINK: True
AUTH_ENABLED: True
AUTH_KEY: 2
MASTER_IP: 5.6.7.8
MASTER_PORT: 50000