Changes between Version 41 and Version 42 of construction_guide
- Timestamp:
- Feb 24, 2014, 9:40:56 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
construction_guide
v41 v42 52 52 ==== Establish communication between Flarm and Raspberry ==== 53 53 54 Note: 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 54 56 1. Log on the Raspberry (as user 'pi') and install required dependencies 55 57 … … 87 89 Download 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. 88 90 89 ==== Software Installation ====91 ==== Software Installation & Testing ==== 90 92 91 1. Download the client package from http://www.flarmradar.ch/public/dist/ pkg93 1. Download the client package from http://www.flarmradar.ch/public/dist/client/pkg/ 92 94 93 95 {{{ … … 101 103 }}} 102 104 105 3. 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. 110 key = ... 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 119 url = 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 129 baud = 57600 130 }}} 131 132 133 103 134 ==== Configuration & Testing ==== 104 135 … … 107 138 108 139 109 ==== Software Installation ====110 111 ... to be written112 113 140 ==== Final installation ==== 114 141