Files
Flipper/Sub-GHz/Garages/deBruijn
..
2022-06-30 16:53:18 -07:00
2022-07-04 14:53:57 -04:00
2022-06-30 16:53:18 -07:00
2022-07-14 00:31:02 -07:00

These deBruijn files are a more efficient way to brute force every combination of a code by overlapping sequences.

For example, if a key is 2 bits, instead of sending 00, 01, 10, 11 to try every combination, you can send 00110.

More info over at Hackaday!