https://github.com/void4main/luftraum
Shows ADS-B air traffic in 3D (live)
https://github.com/void4main/luftraum
ads-b bevy dump1090 network rust srtm tokio
Last synced: about 2 months ago
JSON representation
Shows ADS-B air traffic in 3D (live)
- Host: GitHub
- URL: https://github.com/void4main/luftraum
- Owner: void4main
- Created: 2025-05-15T13:58:21.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-03-13T19:12:32.000Z (3 months ago)
- Last Synced: 2026-03-14T07:38:34.328Z (3 months ago)
- Topics: ads-b, bevy, dump1090, network, rust, srtm, tokio
- Language: Rust
- Homepage:
- Size: 31.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Luftraum
(Project for me to learn Rust and Bevy.)
Application to show live air traffic in 3D.
* Uses SRTM terrain data to show environment
* and dump1090 to get local ADS-B plane data
Start `./dump1090 --device-type hackrf --net-sbs-port 30003` on localhost.
Luftraum connects to 127.0.0.1:30003 statically by now.


I got my SRTM ASCII data here:
### SRTM data source
Jarvis A., H.I. Reuter, A. Nelson, E. Guevara, 2008, Hole-filled seamless SRTM
data V4, International Centre for Tropical Agriculture (CIAT), available from
http://srtm.csi.cgiar.org
REFERENCES
Reuter H.I, A. Nelson, A. Jarvis, 2007, An evaluation of void filling
interpolation methods for SRTM data, International Journal of Geographic
Information Science, 21:9, 983-1008.