mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2025-01-21 05:00:56 +00:00
Create ReadMe.md
This commit is contained in:
parent
65f3a980ab
commit
d72e802fd6
5
Sub-GHz/Garages/deBruijn/ReadMe.md
Normal file
5
Sub-GHz/Garages/deBruijn/ReadMe.md
Normal file
@ -0,0 +1,5 @@
|
||||
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](https://hackaday.com/tag/de-bruijn-sequence/)!
|
Loading…
Reference in New Issue
Block a user