-
Extracting large packages (while testing around 8GB, but I'm guessing it might have something to do with zip64 extensions, so might be anything larger than 4GB) created by rattler-build seems to be bu…
-
I have some Risco PIR devices, model RWX95P that operator on 433.92MHz. Looking through https://github.com/merbanan/rtl_433/issues/1194 gave me some ideas, but I would really like some further sugges…
-
The "normal" crc32 (in python available in zlib or binascii) can do continuation of a crc, i.e. (python3):
```
>>> from zlib import crc32
>>> crc32(b'12345678')
2598427311
>>> crc32(b'12345678', …
-
When performing configuration and recording in one step everything works fine
```bash
$ ./mmwave --capture-dir testdir1 --configure --record
STARTSTATUS 0 | DEV MAP: 32 | [MMWCAS-DSP] TDA Connec…
-
[Calculating CRC with a tiny (32 entry) lookup-table](https://lentz.com.au/blog/calculating-crc-with-a-tiny-32-entry-lookup-table)
статья, в которой приведен пример расчета crc используя 32-байтовую …
-
Adding files from block storage with `-` as checksum causes the module to calculate the crc-32. Adding the same file from an upstream results in `000000` for the checksum, which causes validation erro…
-
_Submitted by:_ _**Hostilefork**_
The [CRC32 exposed in R3-Alpha](https://github.com/rebol/rebol-issues/issues/1678) returned a signed integer.
r3-alpha>> checksum/method #{AE} 'crc32
== …
-
### General information
* OS: Linux
* Hypervisor: KVM
* Did you run `crc setup` before starting it (Yes/No)? Yes
* Running CRC on: Laptop
## CRC version
```bash
CRC version: 2.37.1+…
-
I have a Nooelec Nano 3 that I'm trying to use for 433 MHz signals with dedicated SMA antenna for 433 MHz (it's about 17cm long and was sold to me as a 3dB antenna).
I notice strange behaviour wit…
-
Hey, I really like this projcet and I've studied a bunch of the RAR format lately. I've tried using your package on a rar5 file and realized it didn't work because, well, there's a few main changes in…