15 lines
531 B
Markdown
15 lines
531 B
Markdown
# SDRPlay RSP1A demo code
|
|
|
|
This repository is demo only.
|
|
|
|
# Instructions
|
|
|
|
- Install the SDRPlay device driver
|
|
- `./SDRplay_RSP_API-Linux-3.07.1.run`
|
|
- Follow the prompts, there is some audience participation
|
|
- Install the project dependencies
|
|
- `./build_dependencies`
|
|
- This should be mostly unattended. SoapySDR & plugins will be installed in the system directories.
|
|
- Run the demos. The demo code is provided by SoapySDR and required minimal modification.
|
|
- C++ demo: `make && ./Example`
|
|
- Python demo: `./example.py` |