Changes between Version 9 and Version 10 of WikiStart


Ignore:
Timestamp:
Jul 29, 2013, 11:08:47 PM (12 years ago)
Author:
smoser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v9 v10  
    11= Welcome to Flarmradar =
     2
     3While the transmission protocol of the FLARM devices are proprietary (and unusable for our purpose), the [http://www.flarm.com/support/manual/FLARM_DataportManual_v6.00E.pdf Data Port Specification] is public. The Flarm-Radar project uses the data available on the devices Data Port, just like any 3rd party product.
    24
    35This wiki should become a source of knowledge for the Flarmradar-Project.
     
    810
    911=== Client ===
    10 While the transmission protocol of the FLARM devices are proprietary (and unusable for our purpose), the [http://www.flarm.com/support/manual/FLARM_DataportManual_v6.00E.pdf Data Port Specification] is public. The client software uses the data available on the devices Data Port, just like any 3rd party product.
    11 
    12 The concept of the client software is quite simple. It reads the Data Port from a regular FLARM device (RS232 interface) and streams the data (via the HTTP protocol) to the server which does all computing. Since data streaming does not require much computing power, a mini-computer like the Raspberry PI is sufficient.
    13 
    14 ==== Hardware ====
    15 We use a [http://www.raspberrypi.org Raspberry PI] in our pilot installation. This is a credit-card sized computer that is able to run a Debian-based operating system (Raspbian). The costs for a such a device are around 50$.
     12The concept of the client software is quite simple. It reads the Data Port from a regular FLARM device (RS232 interface) and streams the data (via the HTTP protocol) to the server which does all computing. Since data streaming does not require much computing power, a mini-computer like the [http://www.raspberrypi.org Raspberry PI] is sufficient.
     13This is a credit-card sized computer that is able to run a Debian-based operating system (Raspbian). The costs for a such a device are negligible (50$ or so).
    1614
    1715===== Infrastructure & Assembly =====
     
    2624  - The [wiki:raspberry raspberry-specific issues] are collected on a separate page.
    2725
    28 ==== Software Installation ====
     26==== Client Software Installation ====
    2927[http://www.flarmradar.ch/public/dist/client-SNAPSHOT.zip Download the client] and follow the [https://secure.netzschmiede.ch/svn/flarmradar/core/trunk/client/README.txt installation procedure] to install the client software.
    3028