Connector to use the Expert Electronics TCI protocol to feed an OpenWebRX instance.
Project description
eesdr-owrx-connector
Connector to use the Expert Electronics TCI protocol to feed an OpenWebRX instance.
Installation - OS
In an OpenWebRX+ installation on a base operating system, installation requires two steps -- installing this package and adding the source to the OpenWebRX files. This can be achieved with:
pip install eesdr-owrx-connector
curl https://raw.githubusercontent.com/ars-ka0s/openwebrx/eesdr/owrx/feature.py -o /opt/openwebrx/owrx/feature.py
curl https://raw.githubusercontent.com/ars-ka0s/openwebrx/eesdr/owrx/source/eesdr.py -o /opt/openwebrx/owrx/source/eesdr.py
Installation - Docker
If using the Docker image, a short Dockerfile can customize the image:
FROM slechev/openwebrxplus-nightly
RUN apt update
RUN apt install -y --no-install-recommends python3-pip git
ADD https://raw.githubusercontent.com/ars-ka0s/openwebrx/eesdr/owrx/feature.py /opt/openwebrx/owrx/feature.py
ADD https://raw.githubusercontent.com/ars-ka0s/openwebrx/eesdr/owrx/source/eesdr.py /opt/openwebrx/owrx/source/eesdr.py
RUN pip install eesdr-owrx-connector
which can also be used with docker compose by changing the image: ... line to build: ./
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file eesdr-owrx-connector-0.0.2.tar.gz.
File metadata
- Download URL: eesdr-owrx-connector-0.0.2.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4568744249bc4aaf165df486cb8138f1bce48251428d3ce98626ce5e0184f99
|
|
| MD5 |
a4a671eb570e8470221fcdac8845c326
|
|
| BLAKE2b-256 |
47a67919097d5710982c02ba679049bfa1cac4f44f23fa6d35cfd8ad02f23d87
|
File details
Details for the file eesdr_owrx_connector-0.0.2-py3-none-any.whl.
File metadata
- Download URL: eesdr_owrx_connector-0.0.2-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
81f96722bece8093d6cde791bfbcd43fe81987c0d0de917a3bb6bcd70d3970d5
|
|
| MD5 |
dc635ee8d5c2b4db0e743fc590057409
|
|
| BLAKE2b-256 |
89ed6341722e3e956f367b9cb5e93af6d1ad758bda0c3a847fb4c500131b4f87
|