blob: c92a5d9416957b347c9f5c4fe4cc1d0a7ea8e6b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
title: ADSB Decoder
keywords:sdr,rtlsdr,swift,macos,adsb
# ADSB Decoder
## Intro
ADSB Decoder is utility to show current airplains in view supplied by dump1090 utility. Mac app
## Features/Realease Notes
### V0.0.9 - Proof of Concept release.
To switch beteween modes need to modify source code
* Load from file and reply adsb messages from file
* Connect to dump1090 tcp server and get data
* Live data on map
## Source
Development Source located at git.main.lv
http://git.main.lv/cgit.cgi/ADSBDecoder.git
### Mirrors
Refined source code releases mirrored here
Github - https://github.com/artursartamonovs/ADSBDecoder
## Compile
Open XCode, set the Developer settings to your local account and build.
## Links
[https://github.com/antirez/dump1090](https://github.com/antirez/dump1090)
|