mirror of
https://github.com/jopohl/urh.git
synced 2026-03-06 16:26:48 +01:00
* Find correct parameters for crc and datarange * Adapt output to URH values * Added bit2int method and a length fix * Cython implementation of crc * cython implementation for crc (first shot) * Fixed cython crc algorithm and renamed old crc algorithm to reference_crc. Added tests that compare results of old and new algorithm. * Huge performance increase for crc bruteforce test * Performance test with cython code within python * Cleaned up * - Removed padding of data to %8 bits - Some bugfixes * performance improvement for guess_standard_parameters_and_datarange * minor updates * Delta Improvement * slight performance improvement of delta algorithm * Delta improvement implemented and used by default * Delta improvement implemented and used by default * Delta improvement implemented and used by default * Bugfix for homematic encoding/decoding