robotastic / trunk-recorder

Records calls from a Trunked Radio System (P25 & SmartNet)
GNU General Public License v3.0
863 stars 192 forks source link

Dockerfile - SDR v4 update #909

Closed taclane closed 8 months ago

taclane commented 8 months ago

The present dockerfile utilizes an updated fork of gr-osmosdr, but the Ubuntu 22.04 LTS base does not include the corresponding librtlsdr 2.0 drivers. This update to the docker file manually builds librtlsdr from source to provide updated rtl drivers for Ubuntu LTS.

This will allow docker users to utilize RTL-SDR Blog v4 devices, as well as benefit from any fixes that have occurred since librtlsdr 0.6.

As of librtlsdr 2.0, this also requires the inclusion of libusb-1.0-0-dev.