🤬
  • ■ ■ ■ ■ ■ ■
    flipperzero-bruteforce.py
    skipped 129 lines
    130 130   
    131 131  protocols = [
    132 132   Protocol(
    133  - name="Linear-10bit-433",
     133 + name="Linear-10bit-300",
    134 134   n_bits=10,
    135 135   transposition_table={"0": "500 -1500 ", "1": "1500 -500 "},
    136 136   stop_bit="1 -21500 ",
    skipped 17 lines
    154 154   n_bits=24,
    155 155   transposition_table={"0": "450 -1350 ", "1": "1350 -450 "},
    156 156   pilot_period="450 -13950 ",
     157 + ),
     158 + Protocol(
     159 + name="CAME-12bit-868",
     160 + n_bits=12,
     161 + transposition_table={"0": "-250 500 ", "1": "-500 250 "},
     162 + pilot_period="-9000 250 ",
     163 + frequency=868350000,
     164 + ),
     165 + Protocol(
     166 + name="NICE-12bit-868",
     167 + n_bits=12,
     168 + transposition_table={"0": "-700 1400 ", "1": "-1400 700 "},
     169 + pilot_period="-25200 700 ",
     170 + frequency=868350000,
    157 171   ),
    158 172  ]
    159 173   
    skipped 4 lines
Please wait...
Page is in error, reload to recover