# # This is the configuration file for the flarm client program # # The mandatory key to use to identify the client. Contact # info@flarmradar.ch to get a client key. key = ... your_key ... # Where to send the flarm data. You need to adapt this setting if you run # your own Flarm-Radar site. If you use the public site, then you don't need # to change this setting. #url = http://test.flarmradar.ch/rest/flarmdata/records url = http://www.flarmradar.ch/rest/flarmdata/records # Where to write log output (see options -d and -t). Log is written to stdout # if the line below is commented out. #log = /tmp/flarmclient.log # Serial device settings. Some typical devices are proposed below, but your # setup might be different # # Popular USB-to-Serial converters like Aten UC232A use this device #serial_device = /dev/ttyUSB0 # The Raspberry UART device, to disable console output to the serial interface # see http://www.irrational.net/2012/04/19/using-the-raspberry-pis-serial-port/ serial_device = /dev/ttyAMA0 # Use FlarmTool or a common terminal application to determine the current baud # rate of your flarm device. #baud = 4800 #baud = 9600 #baud = 19200 #baud = 38400 baud = 57600 # The client tries to apply a meaningful configuration to the flarm device at # startup. Set this value to 0 to disable device configuration. Default: 1 (true) do_device_config = 1