🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    flipperzero-bruteforce.py
    skipped 129 lines
    130 130   
    131 131  protocols = [
    132 132   Protocol(
    133  - name="Linear-10bit-300",
    134  - n_bits=10,
    135  - transposition_table={"0": "500 -1500 ", "1": "1500 -500 "},
    136  - stop_bit="1 -21500 ",
    137  - frequency=300000000,
    138  - repetition=5,
    139  - ),
    140  - Protocol(
    141 133   name="CAME-12bit-433",
    142 134   n_bits=12,
    143 135   transposition_table={"0": "-320 640 ", "1": "-640 320 "},
    skipped 4 lines
    148 140   n_bits=12,
    149 141   transposition_table={"0": "-250 500 ", "1": "-500 250 "},
    150 142   pilot_period="-9000 250 ",
    151  - ),
    152  - Protocol(
    153  - name="NICE-12bit-433",
    154  - n_bits=12,
    155  - transposition_table={"0": "-700 1400 ", "1": "-1400 700 "},
    156  - pilot_period="-25200 700 ",
    157  - ),
    158  - Protocol(
    159  - name="PT-2240-433",
    160  - n_bits=24,
    161  - transposition_table={"0": "450 -1350 ", "1": "1350 -450 "},
    162  - pilot_period="450 -13950 ",
    163 143   ),
    164 144   Protocol(
    165 145   name="CAME-12bit-868",
    skipped 10 lines
    176 156   frequency=868350000,
    177 157   ),
    178 158   Protocol(
     159 + name="Linear-10bit-300",
     160 + n_bits=10,
     161 + transposition_table={"0": "500 -1500 ", "1": "1500 -500 "},
     162 + stop_bit="1 -21500 ",
     163 + frequency=300000000,
     164 + repetition=5,
     165 + ),
     166 + Protocol(
     167 + name="NICE-12bit-433",
     168 + n_bits=12,
     169 + transposition_table={"0": "-700 1400 ", "1": "-1400 700 "},
     170 + pilot_period="-25200 700 ",
     171 + ),
     172 + Protocol(
    179 173   name="NICE-12bit-868",
    180 174   n_bits=12,
    181 175   transposition_table={"0": "-700 1400 ", "1": "-1400 700 "},
    182 176   pilot_period="-25200 700 ",
    183 177   frequency=868350000,
     178 + ),
     179 + Protocol(
     180 + name="PT-2240-433",
     181 + n_bits=24,
     182 + transposition_table={"0": "450 -1350 ", "1": "1350 -450 "},
     183 + pilot_period="450 -13950 ",
    184 184   ),
    185 185  ]
    186 186   
    skipped 4 lines
Please wait...
Page is in error, reload to recover