Changes between Version 19 and Version 20 of WikiStart
- Timestamp:
- Oct 9, 2013, 9:09:18 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v19 v20 10 10 11 11 === Client === 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 [http://www.raspberrypi.org Raspberry PI] is sufficient. 12 13 [[attachment:Flarmradar_GS6.png]] The concept of the client is quite simple to understand. The client 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. 13 14 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 negligible (50$ or so). 14 15 15 [[Image(Flarmradar_GS6.png, 150px)]] 16 16 17 17 18 ==== Infrastructure & Assembly ====