GithubHelp home page GithubHelp logo

maniac0r / freqwatch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from flaviofalcao/freqwatch

0.0 1.0 0.0 60 KB

Keep track of the airwaves with RTL-SDR; snoop and capture everything into a DB

Python 14.79% Makefile 0.23% C 84.97%

freqwatch's Introduction

Freqwatch v0.2

Joshua Davis (freqwatch -!- edgetera.net)

UPDATE:

This is newer and does more: http://www.gammarf.io - check it out.
Or check out my SensorScape repo

Updates in v0.2

  • Client ID goes to database
  • Experimental GPS (not finished yet, need help testing)

Introduction

  • Explore vast regions of the RF spectrum

  • Log radio activity to a mysql database for trend analysis

  • Delegate scanners to find radio traffic and log it

  • Delegate monitors to store interesting data in the database

Usage

  • Install (see the INSTALL file)

  • Use the 'blacklist' file to prevent frequency ranges from showing up in your database / output

  • Configure some sticks as scanners using freqwatch.conf. Scanners scan frequency ranges and log signals above a defined threshold to the database, in the 'freqs' table.

  • Configure other sticks as monitors by using the modified rtl_fm included. Use regular rtl_fm options to specify frequency ranges (several to scan different frequencies), etc. The output will be logged to the database 'intercepts' table.

  • See the freqwatch.conf file for examples

  • Use the intercept.py file in the rtl_fm_new directory to pull data from the monitor database. The monitor system still has problems (inserts blanks in the output...)

Useful Commands

  • Get rtl_fm_new data to listen to / decode: mysql --binary-mode -e "select group_concat(data separator '') from intercepts order by date, time;" -A -B -r -L -N freqwatch -u freqwatch -p > output

  • Or better yet, use intercept.py in the rtl_fm directory

  • Intercept WBFM: rtl_fm -f 95.7e6 -s 170k -A fast -r 32k -l 0 | play -r 32k -t raw -e s -b 16 -c 1 -V1 - (they suggest using -E deemp, but that doesn't work for me)

  • Listen to WBFM on the command line: cat file | play -t raw -r 32k -e signed-integer -b 16 -c 1 -V1 -

Security Note

You should run freqwatch in a controlled environment (e.g. with the web and database servers on localhost, and a firewall blocking the relevant ports from outsiders.)

freqwatch's People

Contributors

ich123 avatar

Watchers

 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.