dump1090
dump1090 copied to clipboard
Dump1090 is a simple Mode S decoder for RTLSDR devices
Hi, i've tried many times to parse the flights with an R820T tuner, but every time `./dump1090 --interactive --net` is giving me the empty list. That's the result, that is...
Getting the following error when typing make as per the instructions. gcc -g -o dump1090 dump1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o `pkg-config --libs librtlsdr` -lpthread -lm /usr/bin/ld: interactive.o:/home/z/git/dump1090/dump1090.h:373: multiple definition...
 An error occurs  rtl-sdr-fm.cpp:40:10: fatal error: rtl-sdr.h: No such file or directory 40 | #include
…of any external file.
- Added new plane icon - Added select form for choose planes - Map default coordinates changed based on client location - Map changes coordinates based on selected plane
BigMac:~ richie$ cd dump1090 BigMac:dump1090 richie$ make Building with: Version string: unknown Architecture: x86_64 DSP mix: x86 RTLSDR support: no BladeRF support: no HackRF support: no LimeSDR support: no cc...
Hello, here it is : ```bash cc -g -o dump1090 dump1090.o anet.o -L -lrtlsdr -lpthread -lm /usr/bin/ld: dump1090.o: in function `modesInitRTLSDR': /home/julien/Downloads/dump1090-master/dump1090.c:340: undefined reference to `rtlsdr_get_device_count' /usr/bin/ld: /home/julien/Downloads/dump1090-master/dump1090.c:348: undefined reference...
For Fedora package, I used sed to extract a LICENSE file: ``` sed -ne '/Copyright/,/DAMAGE\./p' dump1090.c >LICENSE ``` to extract the license. Github and others recommend a file in addition...
For Fedora packaging, I moved gmap.html to /usr/share so it will run out of the box for any user. It would be nice to configure on command line (or even...
I will make a patch at some point, so if someone gets to it first, ping here. Workaround: xinetd or systemd.socket listeners that connect to localhost. Not so important to...