tpetazzoni / librtlsdr

Software to turn the RTL2832U into an SDR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

librtlsdr version Build Status GPLv2 License

Description

rtl-sdr turns your Realtek RTL2832 based DVB dongle into a SDR receiver

For more information see:

http://sdr.osmocom.org/trac/wiki/rtl-sdr

Contributing

Pull requests are always welcome but please make changes to, and pull request from, the development branch.

Initial setup:

  • fork the main librtlsdr repo via github
  • clone your fork locally and cd to the cloned repo's folder
  • add the upstream development repo:
  • track the development branch:
    • git branch --track development origin/development

Normal workflow:

  • checkout the development branch and make your changes
  • commit your changes
  • sync your local development branch with the upstream development branch:
    • git fetch upstream
    • git merge upstream/development
  • push your commit/s to your forked repo
  • do a pull request via github

About

Software to turn the RTL2832U into an SDR

License:GNU General Public License v2.0


Languages

Language:C 91.3%Language:CMake 6.2%Language:Shell 1.1%Language:Makefile 0.6%Language:M4 0.4%Language:C++ 0.3%