Changes between Version 35 and Version 36 of WikiStart
- Timestamp:
- Nov 10, 2015, 10:58:52 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v35 v36 1 = Welcometo Flarmradar =1 = Introduction to Flarmradar = 2 2 3 3 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 Flarm-Radar project uses the data available on the devices Data Port, just like any 3rd party product. 4 4 5 This wiki should become a source of knowledge for the Flarmradar-Project. 5 An 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 6 8 7 8 === Server === 9 ... still needs some writing :-) 10 11 === Ground Station === 9 === The Ground Station === 12 10 13 11 [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. … … 16 14 Follow 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. 17 15 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'sfingers when working with the soldering iron.16 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 their own fingers when working with the soldering iron. 19 17 20 18 19 === The Flarm-Radar Server === 20 21 ... needs some writing. 21 22 22 23 23 24