Changes between Version 36 and Version 37 of WikiStart


Ignore:
Timestamp:
Nov 11, 2015, 9:37:22 AM (10 years ago)
Author:
smoser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v36 v37  
    1111[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.
    1212
    13 ==== I want my own ... ====
     13
    1414Follow 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.
    1515
    1616While 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.
    1717
    18 
    1918=== The Flarm-Radar Server ===
    2019
    21 ... needs some writing.
     20The server analyzes the data stream from the client and detects specific events, like starts or landings. Note that the server only stores the derived events in its local database, not the entire dataastream. It offers a REST interface that allows accounting systems to retrieve the data.
     21
     22==== I want my own ... ====
    2223
    2324
     25
     26