diff options
author | Arturs Artamonovs <dos21h@gmail.com> | 2024-08-08 23:45:12 +0100 |
---|---|---|
committer | Arturs Artamonovs <dos21h@gmail.com> | 2024-08-08 23:45:12 +0100 |
commit | 728ce0636e7ba2679ccc1b8e6d03c91bda1894d8 (patch) | |
tree | 669f7a068f143ea4968c970e167938f1d1b3cab9 /md | |
parent | ec8959e2ca576529a1d15009b9f1375301dc843f (diff) | |
download | md-content-728ce0636e7ba2679ccc1b8e6d03c91bda1894d8.tar.gz md-content-728ce0636e7ba2679ccc1b8e6d03c91bda1894d8.zip |
Diffstat (limited to 'md')
-rw-r--r-- | md/random.md | 1 | ||||
-rw-r--r-- | md/writeup/adsb_decoder.md | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/md/random.md b/md/random.md index c6c3b1f..2e2d26b 100644 --- a/md/random.md +++ b/md/random.md @@ -10,6 +10,7 @@ keywords:blog,projects ### Active | Project | Description | | --- | --- | +| [ADSB Decoder](writeup/adsb_decoder.md) | ADSB Decoder | | [Undefined C](notes/undefined_c/tutorial.md) | Undefined C tutorial | | [Kernel programming](notes/kernel/topics.md) | Linux Kernel programming | diff --git a/md/writeup/adsb_decoder.md b/md/writeup/adsb_decoder.md new file mode 100644 index 0000000..c92a5d9 --- /dev/null +++ b/md/writeup/adsb_decoder.md @@ -0,0 +1,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)
\ No newline at end of file |