fj604 / pi-radar

Touchscreen user interface for dump1090-mutability

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pi-radar

Touchscreen user interface for dump1090-mutability. Tested on Raspberry Pi 3 with the official touchscreen.

Screenshot

Dependencies:

Usage:

from radar import RadarMapView
from kivy.app import runTouchApp
url = "http://192.168.1.222/dump1090/data/aircraft.json"
runTouchApp(RadarMapView(zoom=8, lat=51.44, lon=-1.03, url=url))

Tap on any aircraft icon once to show the callsign and again to show altitude, rate of climb, speed and track.

About

Touchscreen user interface for dump1090-mutability

License:MIT License


Languages

Language:Python 100.0%