Changes between Version 35 and Version 36 of WikiStart


Ignore:
Timestamp:
Nov 10, 2015, 10:58:52 AM (10 years ago)
Author:
smoser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v35 v36  
    1 = Welcome to Flarmradar =
     1= Introduction to Flarmradar =
    22
    33While 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.
    44
    5 This wiki should become a source of knowledge for the Flarmradar-Project.
     5An installation is composed of two logical components
     6  - the '''Ground Station''', usually a credit card sized computer that is connected to the FLARM device
     7  - the '''Flarm-Radar Server''', a regular computer that is equipped with sufficient resources (cpu power, memory, etc.) and that is connected to the internet
    68
    7 
    8 === Server ===
    9 ... still needs some writing :-)
    10 
    11 === Ground Station ===
     9=== The Ground Station ===
    1210
    1311[attachment:Flarmradar_GS6.png The concept] of the client is quite simple, as it acts similar as a regular 3rd party product. While these are mostly hardware devices, our client is a piece of software that reads the Data Port from any regular FLARM device (RS232) and streams the data (via the HTTP protocol) to the Flarmradar Server. Since data streaming does not require much computing power, a mini-computer like the [http://www.raspberrypi.org Raspberry PI] is sufficient. This is a credit-card sized computer that is able to run a Linux operating system (Raspbian) at negligible cost (50$ or so). For standalone installations with a local Flarmradar-Server, the client can be installed alternatively on the same computer where the Flarmradar-Server is installed.
     
    1614Follow our [wiki:construction_guide Construction Guide] to build up a Flarmradar Ground Station. Our [wiki:FAQ FAQ] might also have answers to questions that come up while installing and launching a Flarmradar Ground Station.
    1715
    18 While the Construction Guide shows the most convenient setup, [wiki:construction_manual more specialized configurations] (WLAN, Battery powered stations, low-budget implementations, etc.) are also possible. But this is more for people that are not afraid of burning one's fingers when working with the soldering iron.
     16While the Construction Guide shows the most convenient setup, [wiki:construction_manual more specialized configurations] (WLAN, Battery powered stations, low-budget implementations, etc.) are also possible. But this is more for people that are not afraid of burning their own fingers when working with the soldering iron.
    1917
    2018
     19=== The Flarm-Radar Server ===
     20
     21... needs some writing.
    2122
    2223
    23 
    24