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

I have added a new version of anet.c and anet.h from https://github.com/antirez/redis/ and altered the net_io.c to add IPv6 support to dump1090.

pre-install rtlsdr lib for compile

For debug purposes, it's good to see signal levels via webui, so I've added that information into exported JSON data. --- This change is [](https://reviewable.io/reviews/malcolmrobb/dump1090/56)

ModeA messages are shorter than ModeS and thus sometimes broken ModeS messages are detected as bogus ModeA messages. To eliminate that, I think it would better idea to see if...

hey- patched a small memory leak ``` before: ==400== LEAK SUMMARY: ==400== definitely lost: 32,768 bytes in 8 blocks ==400== indirectly lost: 0 bytes in 0 blocks ==400== possibly lost:...

POSIX.1-2008 removes the specification of ftime().

and outputted to /geodata.json in the internal HTTP server. http://geojson.org My slight ulterior motive is that this would allow easier input to my alternative web front end which I'm developing...

…splay them in the html gmap view Based on the datafile from adsbscope, provides data in the style of this screenshot ![dump1090-wtih-reg-type](https://cloud.githubusercontent.com/assets/12755025/8009195/e17fa770-0b9e-11e5-83f9-ebad86e860fd.png)

A suggestion to compile entire statements and expressions, as suggested by code style guidelines from the Linux Kernel and practitioners. - [Linux kernel coding style](https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/CodingStyle#n892) - [Living in the #ifdef...