🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    README.md
    skipped 47 lines
    48 48   
    49 49  ## Currently supported protocols
    50 50   
    51  -Right now the protocols supported are:
    52  - 
    53  -- Linear-10bit
    54  -- CAME-12bit
    55  -- NICE-12bit
    56  -- PT-2240
     51 +| Protocol ℹ️ | Timing ⏱ | Testing 🧪 |
     52 +|-------------|-----------|---------------|
     53 +| CAME | 287 sec | Tested |
     54 +| Linear | 212 sec | Tested |
     55 +| NICE | 628 sec | Untested |
     56 +| PT-2240 | 800 hours | Untested |
     57 +| CAME-fast | 224 sec | Tested |
    57 58   
    58 59  More info about them can be found [here](https://phreakerclub.com/447)
    59 60   
    skipped 15 lines
    75 76  - name: the name of the protocol
    76 77  - n_bits: the number of bits for a single key
    77 78  - transposition_table: how 0s and 1s are translated into flipper subghz `.sub` language
    78  -- pilot_period: aka preamble, a recurring pattern at the beginning of each key, defaults to `None`
     79 +- pilot_period: aka preamble, a recurring pattern at the beginning of each key, inexistant by default
     80 +- stop_bit: a recurring pattern at the end of each key, inexistant by default
    79 81  - frequency: working frequency, defaults to 433.92
     82 +- repetition: number of transmissions per key in the bruteforce
    80 83   
    81 84  ### Optimization
    82 85   
    skipped 36 lines
Please wait...
Page is in error, reload to recover