Skip to content
/ rtl-sdr Public

rtlsdr rtl_fm fork - retune & change modes without restarting

License

Notifications You must be signed in to change notification settings

sysrun/rtl-sdr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Nov 17, 2013
Nov 4, 2013
Mar 27, 2012
Nov 21, 2013
Oct 28, 2013
Dec 16, 2012
Nov 4, 2013
Mar 27, 2012
Mar 27, 2012
Sep 8, 2012
Oct 15, 2015
Nov 4, 2013
Mar 27, 2012
May 12, 2012
Nov 10, 2013
Oct 29, 2013

Repository files navigation

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

rtl_udp is a copy of rtl_fm with a special feature: It opens a udp control port (currently fixed to 6020) which takes commands like changing the frequency or mode. No need to restart :)

Credits & original code by Olgierd Pilarczyk

##Usage:

python script udpclient.py for easy operation included.

possible commands:

  • freq (./udpclient.py freq 101900000)
  • mode (./udpclient.py mode 0 (for fm))
    • 0 = FM
    • 1 = AM
    • 2 = USB
    • 3 = LSB
  • squelch (./udpclient.py squelch 0)
    • 0 = OFF
    • n = Value
  • gain (./udpclient.py gain auto)
    • auto = Automatic
    • n = Gainvalue; 195 = 19.5db
  • agc (./udpclient.py agc 1)
    • 0 = OFF
    • 1 = ON

##Todo:

  • configureable address & port
  • UDP streaming for PCM data

##Original RTL-SDR Source:

For more information see: http://sdr.osmocom.org/trac/wiki/rtl-sdr