Rev | Line | |
---|
[249] | 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. |
---|
[281] | 7 | key = ... your_key ... |
---|
[249] | 8 | |
---|
[278] | 9 | # Where to send the flarm data. You need to adapt this setting if you run |
---|
[249] | 10 | # your own Flarm-Radar site. If you use the public site, then you don't need |
---|
| 11 | # to change this setting. |
---|
[258] | 12 | #url = http://test.flarmradar.ch/rest/flarmdata/records |
---|
| 13 | url = http://www.flarmradar.ch/rest/flarmdata/records |
---|
[278] | 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 | |
---|
[281] | 28 | # Use FlarmTool or a common terminal application to determine the current baud |
---|
| 29 | # rate of your flarm device. |
---|
| 30 | #baud = 4800 |
---|
| 31 | #baud = 9600 |
---|
| 32 | #baud = 19200 |
---|
| 33 | #baud = 38400 |
---|
[278] | 34 | baud = 57600 |
---|
| 35 | |
---|
| 36 | |
---|
Note: See
TracBrowser
for help on using the repository browser.