1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-17 13:51:47 -05:00
sdrangel/scriptsapi
2019-05-06 00:39:53 +02:00
..
freqtracking.py Frequency Tracker: fixed REST API. New Python script to control frequency tracking via API 2019-05-06 00:39:53 +02:00
Readme.md Frequency Tracker: fixed REST API. New Python script to control frequency tracking via API 2019-05-06 00:39:53 +02:00
requirements.txt Frequency Tracker: fixed REST API. New Python script to control frequency tracking via API 2019-05-06 00:39:53 +02:00

Python scripts interfacing with the API

These scripts are designed to work in Python 3 preferably with version 3.6 or higher. Dependencies are installed with pip in a virtual environment. The sequence of operations is the following:

virtualenv -p /usr/bin/python3 venv # Create virtual environment
. ./venv/bin/activate               # Activate virtual environment
pip install -r requirements.txt     # Install requirements

freqtracking.py

This script is used to achieve frequency tracking with the FreqTracker plugin.