Updated SDRangel server (markdown)

master
f4exb 2020-01-16 10:59:31 +01:00
rodzic f16d46f26e
commit 7f3d118703
1 zmienionych plików z 3 dodań i 1 usunięć

@ -49,6 +49,8 @@ Supervisor is a Python package that makes it very easy to manage processes using
# Program control via REST API
You can use any program that can make HTTP requests like a Python script with the `request` package. There are a few examples of such Python scripts [here](https://github.com/f4exb/sdrangel/tree/master/swagger/sdrangel/examples)
You can use any program that can make HTTP requests like a Python script with the `request` package.
- The [scriptsapi](https://github.com/f4exb/sdrangel/tree/master/scriptsapi) folder contain some scripts for common use cases. In particular the `configure.py` script is useful to automate SDRangel instance configuration.
- You may also check some other examples of API based scripts [here](https://github.com/f4exb/sdrangel/tree/master/swagger/sdrangel/examples)
You can also use the [SDRangelcli](https://github.com/f4exb/sdrangelcli) web browser based UI.