10 septembrie 2020

Raspberry Pi and RTL-SDR over TCP-IP

for my own reference

1. Install a Raspi image on the SD card;

2. Set up the Raspi OS "as usual";

3. sudo apt-get update

    sudo apt-get upgrade

4. sudo bash

    apt-get update

    apt-get install cmake -y

    apt-get install libusb-1.0-0.dev -y

    git clone git://git.osmocom.org/rtl-sdr.git

    cd rtl-sdr/

    mkdir build

    cd build/

    cmake ../ -DDETACH_KERNEL_DRIVER=ON -DINSTALL_UDEV_RULES=ON

    make

    make install

    ldconfig


Run it with


   rtl_tcp -a {IP Address}

Niciun comentariu:

Most viewed posts in last 30 days