Changes between Version 41 and Version 42 of construction_guide


Ignore:
Timestamp:
Feb 24, 2014, 9:40:56 PM (11 years ago)
Author:
smoser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • construction_guide

    v41 v42  
    5252==== Establish communication between Flarm and Raspberry ====
    5353
     54Note: 19200 baud is the recommended minimum baud rate. Use [http://www.flarm.com/support/updates/flarmsoftware_509.exe FlarmTool] to figure out your current settings.
     55
    54561. Log on the Raspberry (as user 'pi') and install required dependencies
    5557
     
    8789Download the software package The software is installed via Follow the [https://secure.netzschmiede.ch/svn/flarmradar/core/trunk/client/README.txt installation procedure] to install the client software.
    8890
    89 ==== Software Installation ====
     91==== Software Installation & Testing ====
    9092
    91 1. Download the client package from http://www.flarmradar.ch/public/dist/pkg
     931. Download the client package from http://www.flarmradar.ch/public/dist/client/pkg/
    9294
    9395{{{
     
    101103}}}
    102104
     1053. Configure the configuration file /etc/flarmclient.conf:
     106
     107{{{
     108# The mandatory key to use to identify the client. Contact
     109# info@flarmradar.ch to get a client key.
     110key  = ... your_key ...
     111       
     112# Where to send the flarm data. You need to adapt this setting if you run
     113# your own Flarm-Radar site. If you use the public site, then you don't need
     114# to change this setting.
     115#
     116# Test
     117#url = http://test.flarmradar.ch/rest/flarmdata/records
     118# Production
     119url = http://www.flarmradar.ch/rest/flarmdata/records
     120
     121...
     122
     123# Use FlarmTool or a common terminal application to determine the current baud
     124# rate of your flarm device.
     125#baud = 4800
     126#baud = 9600
     127#baud = 19200
     128#baud = 38400
     129baud = 57600
     130}}}
     131
     132
     133
    103134==== Configuration & Testing ====
    104135
     
    107138
    108139
    109 ==== Software Installation ====
    110 
    111 ... to be written
    112 
    113140==== Final installation ====
    114141