Giter VIP home page Giter VIP logo

cm-sdr's Introduction

cm-sdr

cm-sdr is a piece of software to turn a Broadcom BCM3383-based cable modem into a general purpose software defined radio.

Status

In its current state, cm-sdr serves as a proof of concept. It can currently stream I/Q data to a peer via TCP. A script to demodulate and play FM radio broadcasts is also provided.

cm-sdr is dependent on many functions and memory mapped registers in the unmodified firmare. Thus, at the moment it is highly tailored to one specific cable modem model and firmware version.

TODO

  • Figure out how to decrease sample rate
  • Transmitting
  • Usability improvemnts
  • Porting

Usage

Building

Running

  • Ensure Python 3 is installed
  • Load binary with the provided python script python3 upload.py
  • Connect to modem and begin recieving data nc 192.168.100.1 1337 > data
  • To run FM demo, ensure numpy, scipy, and sounddevice are installed
  • Use the tune.py script and netcat to set the frequency and pipe the data into the demodulation script python3 tune.py --freq 107900000 | nc 192.168.100.1 1337 | python3 fm-stream.py

cm-sdr's People

Contributors

stdw 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.