vk1et
vk1et
Malcolm, Current version appears to have issue with longitude calculation in (at least) the SBS output stream. The first output is from the current dump1090 (antirez), and the second from...
Malcolm, Just a heads up on a bug I identified in the main code. Causes always positive climb rates to be reported. was 1080 mm->vert_rate_source = (msg[8]&0x10) >> 4; 1081...
Following patch to correct issues with 1. handling AVR HEX tagged format input (mlat). 2. correct handling of AVR HEX tagged format output(TCP) 3. Don't send SBS BLK timestamp if...
Malcolm, I have another patch which consists of the following. 1. Normalise flags to be 0 or 1 - rather than 0 and whatever bit was set to indicate the...
Malcolm, Attached is against you latest: 1. Add decodeCPR relative 2. Fix some flags (ensure they are always 0 or 1) 3. decodeHexMsg fixes, plus accept more (AVR) message types...
Malcolm, Re flag bits - was just adding some consistency (and I guess my style) as some flags were defined in the code as 0 or 1 and others as...
Malcolm, Changes to cprNFunction to ensure fflag {was 'isodd'} is used as a flag. Fix to decodeCPRrelative to pass 'surface' flag. ``` --- dump1090.c_1.02.2404.13 2013-04-25 23:38:20.000000000 +1000 +++ dump1090.c 2013-04-26...
In displayModesMessage(struct modesMessage *mm) and modesSendRawOutput(struct modesMessage *mm) lines- char \* pTimeStamp; pTimeStamp = (char *) &mm->timestampMsg; Change "char *" to "unsigned char *" to avoid sign extension corrupting value...
I believe there is an error in the way the CRC error syndromes are being created in the two bit case. The inner loop was introducing an extra error bit...