dump1090 icon indicating copy to clipboard operation
dump1090 copied to clipboard

Dump1090 is a simple Mode S decoder for RTLSDR devices

Results 106 dump1090 issues
Sort by recently updated
recently updated
newest added

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...

![error](https://user-images.githubusercontent.com/104486175/165454836-685ebe80-54fb-4673-9dfc-a16142a7b733.png) An error occurs ![error](https://user-images.githubusercontent.com/104486175/165454971-c17783e1-4976-48bf-a9c4-7abc3689aa12.png) rtl-sdr-fm.cpp:40:10: fatal error: rtl-sdr.h: No such file or directory 40 | #include

- 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...