dump1090 icon indicating copy to clipboard operation
dump1090 copied to clipboard

Dump1090 is a simple Mode S decoder for RTLSDR devices

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

Otherwise the size reported by stat() may not match the number of bytes available to read(), as CRLF -> LF conversion happens. See http://forum.flightradar24.com/threads/8358-DUMP1090-on-Windows-no-map-display-in-browser for the original report. Untested! I...

Use protocol relative references for jquery-ui stylesheet and google maps gemoetry library

Two changes to support Debian's hardening mechanism, which would like to provide extra CFLAGS/CPPFLAGS when building: - Add to CFLAGS, rather than overriding its value - Include CPPFLAGS (preprocessor flags)...

- Makefile now honors CFLAGS and DESTDIR from the debhelper build system. - modify anetWrite() to handle EAGAIN so I can send data larger than SO_SNDBUF if needed. - Modify...

This is moderately invasive; I'm happy to just keep it in my tree if you don't want to merge. (Need it locally mostly for the SBS output speedup - as...

...ng and not just accept that the PIDFILE indicates such. Also update the Makefile to include intall and uninstall options

In mode_s.c, the detectOutofPhase function was comparing preamble bit -1 to bit 1, where it should have been comparing bit -1 to bit 0.

gcc changed default behavior from -fcommon to -fno-common and this causes dump1090 to fail to build added -fcommon to build flags