Skip to content

Software to turn the RTL2832U into an SDR

License

Notifications You must be signed in to change notification settings

itdaniher/librtlsdr

 
 

Repository files navigation

librtlsdr version Build Status GPLv2 License

Description

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

For more information see:

https://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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.7%
  • CMake 6.2%
  • Shell 1.1%
  • Other 1.0%