gqrx-client 0.0.1a7
pip install gqrx-client
Latest version
Released:
A Gqrx Client Library
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: Daniel Kerr
- Requires: Python >=3.10
Classifiers
- Programming Language
Project description
Gqrx SDR Client
This is a small client library which allows you to interface with and remotely control a running instance of the Gqrx SDR application.
Usage
# Import the Gqrx Client and some other relevant classes
from gqrx_client import GqrxClient, DemodulatorMode, GqrxClientError
# Create a Gqrx Client instance and open the connection
client = GqrxClient()
client.open(addr=('127.0.0.1', 7356))
# Set and then retrieve the current frequency
client.frequency = 137912500
print(f"The current frequency is: {client.frequency}")
# Get the current demodulator mode + passband width values
(mode, passband) = client.demodulator
# Turn on the digital signal processing and start recording
client.dsp = True
client.recording = True
Documentation
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- Author: Daniel Kerr
- Requires: Python >=3.10
Classifiers
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gqrx_client-0.0.1a7.tar.gz
.
File metadata
- Download URL: gqrx_client-0.0.1a7.tar.gz
- Upload date:
- Size: 7.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d813da90370aa5cb696588c42401ddda9aecb6176bb1995ecfebb18d7a2818ea |
|
MD5 | bc24167e1142d6d4103aeac50e2d1341 |
|
BLAKE2b-256 | 129bfbf9b7de690c4cde077b32f5c1192eb7e6707e78a0f4943d72a3fb246169 |
File details
Details for the file gqrx_client-0.0.1a7-py3-none-any.whl
.
File metadata
- Download URL: gqrx_client-0.0.1a7-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02133d5e139c0b54b0ae3b0ef79ff0198247112f032347dc4b435337e5c8be98 |
|
MD5 | d6065395745f59f2aefa20d5e072c326 |
|
BLAKE2b-256 | b5f3e4c4ebbd666bcea46298db9a73fe53b4c0ac3a6974b704456bbfd10c9448 |