This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/env python2 | |
# Small test client for rtl_tcp | |
# Simeon Miteff <[email protected]> | |
# Thu Sep 27 09:28:55 SAST 2012 | |
import socket | |
import struct | |
import time | |
SET_FREQUENCY = 0x01 | |
SET_SAMPLERATE = 0x02 |