source: core/trunk/client/flarmclient.conf @ 280

Last change on this file since 280 was 278, checked in by smoser, 11 years ago

#156

File size: 1.0 KB
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.
7key  = 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
13url = 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/
26serial_device = /dev/ttyAMA0
27
28# baud rate
29baud = 57600
30
31
Note: See TracBrowser for help on using the repository browser.