Line | |
---|
1 | # |
---|
2 | # This is the configuration file for the flarm client program |
---|
3 | # |
---|
4 | |
---|
5 | # The mandatory key to use to identify the client. Contact |
---|
6 | # info@flarmradar.ch to get a client key. |
---|
7 | key = pilot |
---|
8 | |
---|
9 | # Where to send the flarm data. You need to adapt this setting if you run |
---|
10 | # your own Flarm-Radar site. If you use the public site, then you don't need |
---|
11 | # to change this setting. |
---|
12 | #url = http://test.flarmradar.ch/rest/flarmdata/records |
---|
13 | url = http://www.flarmradar.ch/rest/flarmdata/records |
---|
14 | |
---|
15 | # Where to write log output (see options -d and -t). Log is written to stdout |
---|
16 | # if the line below is commented out. |
---|
17 | #log = /var/log/flarmclient.log |
---|
18 | |
---|
19 | # Serial device settings. Some typical devices are proposed below, but your |
---|
20 | # setup might be different |
---|
21 | # |
---|
22 | # Popular USB-to-Serial converters like Aten UC232A use this device |
---|
23 | #serial_device = /dev/ttyUSB0 |
---|
24 | # The Raspberry UART device, to disable console output to the serial interface |
---|
25 | # see http://www.irrational.net/2012/04/19/using-the-raspberry-pis-serial-port/ |
---|
26 | serial_device = /dev/ttyAMA0 |
---|
27 | |
---|
28 | # baud rate |
---|
29 | baud = 57600 |
---|
30 | |
---|
31 | |
---|
Note: See
TracBrowser
for help on using the repository browser.