-
Notifications
You must be signed in to change notification settings - Fork 881
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
- Loading branch information
Showing
10 changed files
with
20,767 additions
and
16,792 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.