You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ecowitt2aprs

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecowitt2aprs

Transform Ecowitt API JSON to APRS Complete Weather Report format

0.1.9
pipPyPI
Maintainers
1

ecowitt2aprs

This Python package contains a script that queries the Ecowitt weather station data, transforming it into a Cumulus "wxnow.txt" format which is printed to stdout.

This script is intended to be used with the Direwolf software AX.25 packet modem software for the purposes of relaying Ecowitt weather information via Automatic Packet Reporting System (APRS).

Installation

ecowitt2aprs is best installed into a Python virtual environment. For example

$ python -m venv /path/to/venv
$ . /path/to/venv/bin/activate
$ python -m pip install ecowitt2aprs

Usage

ecowitt2aprs relies on authentication secrets provided in config.yaml. Ecowitt API and App keys are required, along with the MAC address of the weather station used to capture the data. These are inserted into config.yaml (see template in the repository), which should be given user read/write access only (i.e. Posix 600 octal code). See the Ecowitt API documentation for details.

$ . /path/to/venv/bin/activate
$ ecowitt2aprs -c config.yaml

Keywords

APRS

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts