errolt

Results 25 comments of errolt

Ok, did a run at 2.5dB. This is the image I got. Block0 was a mess. XOR passed, but dates went from year -400 to 2020. The code did find...

Thanks, but I already modified my setup to grab two sets in one gvar. It will finish in 15 mins.

Found a bug! Because we wait for the next image to start, the next block0 has also arrived, and the code used the NEXT image's image_time to save the previous...

Hi @ZbychuButItWasTaken. I pushed the fix before the comment. https://github.com/altillimity/SatDump/pull/81/commits/bb420c97e9f1b80e7fcf09890f4b91ed5f8c2a4e

The only parsers that could be generic enough is be_uint16_t and be_uint32_t, but they are still annoying, as they don't work when the program is paused and you try to...

@Aang23 I'll move the be_uint classes to common. I've been busy with a gvar_extended rework, but I'll try and push a fix for this PR.

I have moved the big endian functions that might be useful elsewhere. I have not tested any of this on windows as I don't have a windows dev machine set...

Also, an example of a config file for the satdump-ingestor. This is what I could figure out from the source code, but I don't know what the http_server entry is...

Hi Aang23 That is fine. I know that code comes first, documentation later. I have figured out most of what I need by looking at the source.

I do agree, doing CRC would reject a header if there is a fault anywhere in the header, 99% of which we don't care about. I can do a PR,...