f4exb / sdrangel

SDR Rx/Tx software for Airspy, Airspy HF+, BladeRF, HackRF, LimeSDR, PlutoSDR, RTL-SDR, SDRplay and FunCube
GNU General Public License v3.0
2.84k stars 431 forks source link

Running from terminal or python scripts #1968

Closed ghost closed 6 months ago

ghost commented 7 months ago

Hello!

I would like to ask if it is possible to use python scripts (or just the terminal/command line) in order to run and decode signals using this software? The goal would be to automate the process, i.e., it will be able to select the desired device, add and select the appropriate channel demodulators (the project will only use the receiver side), and start running (and stopping) all on its own. For context, I am using a raspberry pi 4 with ubuntu mate OS and a PlutoSDR as the receiver.

Thank you for the response! I am still new to all of this but I hope to learn from you all!

srcejon commented 7 months ago

Yes, there's a command line only version of the program with a REST API:

https://github.com/f4exb/sdrangel/wiki/SDRangel-server

ghost commented 7 months ago

Oh ok, I see. Thank you very much!

May I keep this open for a while in case I run into errors or if I want to ask other questions about it?

github-actions[bot] commented 6 months ago

This issue is going to be closed due to inactivity