Gisle Vanem

Results 318 comments of Gisle Vanem

> squawk are coming out as base-10 values when they should be coming out as hex values To the network client it's sent as `",\"squawk\":\"%04x\"", a->identity);`. But I guess (with...

> All aircrafts failed 'global-dist check' (1, sum: 1). Seems this bad (?) dongle gave you only 1 message with a position and that `cpr.c` does: ```c if (Modes.max_dist >...

I just renamed the issue title to `Dump1090 exits on failed 'global-dist check' `. Since that's the cause of the exit. Not `RTL-SDR - I/O operation has been aborted` which...

> Wrote custom server.js (Node) to: > Connect to https://global-adsb.chrisnyc.net/stream (SSE) Out of interest, how do you query for this data? When trying with curl here, all I get is...

This PR works fine for me! It did not before patching. Thanks.

I d/l npcap ver. 18.83 and rebuilt libpcap + tcpdump with recent changes. This nano-second resolution seem very coarse. Or limited to the *normal* Windows resolution of 100 nsec units;...

*Edit:* adding a `#include ` at the top is a bit better. But these warnings smells like a bug: ```c pdckbd.c(657): warning C4459: declaration of 'event_count' hides global declaration pdckbd.c(11):...

> an extremely unusual way of doing things. Several projects do this; e.g. [Mongoose](https://github.com/cesanta/mongoose/) and [SqLite](https://github.com/sqlite/sqlite). > Almost any library built in this manner will break. Pure speculation. My program...