Giter Site home page Giter Site logo

trendmicro / rfquack Goto Github PK

View Code? Open in Web Editor NEW
90.0 90.0 3.0 24.6 MB

RFQuack: the versatile RF-analysis tool that quacks!

Home Page: https://git.io/rfquack

License: Other

Makefile 0.73% C 24.72% C++ 72.23% Shell 0.24% Dockerfile 0.62% HTML 1.46%

rfquack's People

Contributors

aguglie avatar fiorixf1 avatar jonjoliver avatar phretor avatar rocco8620 avatar trend-philippe-lin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

rfquack's Issues

Handle multiple radio modules simultaneously

Example use case: receive, manipulate packet, reconfigure modem, retransmit. This eliminates the need to reset the module, which takes time.

The idea is to keep an array of radio modules with certain configurations and capabilities, and route the packet to the desired one.

RFQuack for Evil Crow RF

Hello!

I have spoken with Federico about implementing Evil Crow RF with RFQuack

Well... Evil Crow RF is a device with ESP32-PICO and two CC1101 modules

The problem with Evil Crow RF is that to upload any code it has to be set to QOUT or DOUT flash mode

So... when using your docker container it doesn't work because it needs this mode (esp32-PICO is continuously rebooted)

To fix this, you have to add board_build.flash_mode = qout in the RFQuack platformio.ini file

I have tried to do this in your example RFQuack-esp32-CC1101-serial, but when I run pio run -t upload -d RFQuack-esp32-CC1101-serial it gives many compilation errors.

Attached is a file with the errors
output.txt

Can you help me implement RFQuack with Evil Crow RF?

Thank you!

DSL for packet manipulation rules

On the client side, provide an expressive packet-manipulation mini language. For instance:

q.add_packet_manipulation("/[ke]$/: [2] ^= 0x30")
q.add_packet_manipulation("[5] ^= 0x04")
q.add_packet_manipulation("[@'A')] &= 0x03")

would be equivalent to

q.add_packet_manipulation(pattern='[ke]$', position=2, operation=3, operand=0x30)
q.add_packet_manipulation(position=5, operation=3, operand=0x04)
q.add_packet_manipulation(content=b'\x42', operation=1, operand=0x03)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.