virtualabs / btlejack-firmware

Btlejack firmware for BBC Micro:Bit
MIT License
46 stars 28 forks source link

Adding advertisements sniffing and jamming. #10

Closed RCayre closed 4 years ago

RCayre commented 4 years ago

Adding advertisements-related features, such as sniffing or reactive jamming.

The advertisements can be filtered using a filtering policy, allowing to accept or drop some specific frames according to the rules provided by the user. The reactive jamming allow to provide a specific pattern and its offset in the link layer frame to jam.

The serial commands format and the filtering policy are described in the code itself.

RCayre commented 4 years ago

I assume your project is mainly focused on new and existing connections sniffing. As a result, I will continue to maintain the forked version used by Mirage. Let me know if you need some help to develop something for the Micro:Bit.