Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albertodonato/rtlsdr-snap
Snap package for RTL-SDR tools
https://github.com/albertodonato/rtlsdr-snap
radioham rtl-sdr sdr
Last synced: about 2 months ago
JSON representation
Snap package for RTL-SDR tools
- Host: GitHub
- URL: https://github.com/albertodonato/rtlsdr-snap
- Owner: albertodonato
- License: gpl-2.0
- Created: 2022-02-18T14:45:27.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-14T09:14:18.000Z (6 months ago)
- Last Synced: 2024-07-14T10:28:44.206Z (6 months ago)
- Topics: radioham, rtl-sdr, sdr
- Homepage: https://osmocom.org/projects/rtl-sdr
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snap package for RTL-SDR tools
[![Snap Package](https://snapcraft.io/rtlsdr/badge.svg)](https://snapcraft.io/rtlsdr)
This snap provides the [RTL-SDR](https://osmocom.org/projects/rtl-sdr) tools.
It can be installed from the store via:
```bash
sudo snap install rtlsdr
```The `rtl_` tools will be available as `rtlsdr.` (e.g. `rtlsdr.fm`).
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/rtlsdr)
## TCP service
The `rtl_tcp` tool is also available as a managed service in the snap.
It comes disabled by default. To enabled it, with the device connected, run
```bash
sudo snap start rtlsdr
```