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

Last change on this file since 292 was 284, checked in by smoser, 11 years ago

#156

File size: 1.2 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  = ... your_key ...
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 = /tmp/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# 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
34baud = 57600
35
36
Note: See TracBrowser for help on using the repository browser.