Giter Site home page Giter Site logo

cleverjam's Introduction

CleverJAM

Smart jammer based on SDR with frequency hopping

โš ๏ธ WARNING โš ๏ธ

Jamming is illegal !

Prerequisites

  • SDR devices that is enabled to transmit signal (HackRF, USRP, LimeSDR, BladeRF, etc.)
  • GNURadio 3.8 / 3.10 (maint-3.10 branch)
  • A little bit of time ๐Ÿ˜‰

Manual jamming

If you have a HackRF or any SDR device with osmocom drivers, you can run the code as follows:

$ python3 jam.py

also you can edit the GNURadio block schema , sources/jam.grc:

$ gnuradio-companion sources/jam.grc

Then you can configure the central frequency with the QT GUI to target a frequency. But this tool has also a feature to do it automatically.

Automatic cleverjamming

To automate jammer , write list of frequencies that save a JSON file . This JSON file looks as follows:

$ cat jam.json  
{
    "Name1": {
        "Bandwidth": "10MHz", 
        "Freq": 924e5
    },
    "Name2": {
        "Bandwidth": "20MHz", 
        "Freq": 10e5
    }    
}

Start cleverjamming

$ python3 clever.py --file jam.json -d jump_time_in_sec

โ—๏ธFor use clever.py don't close jam.pyโ—๏ธ

Jamming session

Please note that the jam hopping between each frequencies can be set with a arguments '-d' (see -h).

cleverjam's People

Contributors

jhonnybonny avatar

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.