dump1090
dump1090 copied to clipboard
Dump1090 is a simple Mode S decoder for RTLSDR devices
Minor bug fixes and several UI enhancements - Site detection from home/lat/lon settings - Plane path projection based on heading+speed w/animation - Sweep line to selected plane (helpful for off-screen...
I needed to compile dump1090 to run as a "network hub" on a box where I don't have admin access, so I couldn't install librtlsdr. Solution: Add a Makefile option...
FlightRadar24 returns 403 forbidden when the Referer: header is set.
Beast I/O, and AVR output in --mlat mode, assumed the host was little-endian. This fixes them to work on both big- and little-endian hosts.
This fixes a number of CPR decoding bugs that affect global surface position decoding, and relative position decoding of both surface and airborne positions. It would manifest as: - picking...
realpath() returns a heap-allocated buffer if given NULL for the destination buffer. This must be freed by the caller; dump1090 does not do this. Instead of worrying about freeing it,...
dump1090 crashes when a non-existent file with no dot in its name is requested. strrchr() will return NULL, not an empty string, when there is no match.
This would mangle messages if the first byte of a message ended up as the last byte returned by a read() call - it would read beyond the end of...
Hi, thanks for your work on dump1090. I made some improvements on the airplane visualization of the embedded webserver. Added possibility of extended onmouse over info, possibility of labels next...