kopia lustrzana https://github.com/projecthorus/radiosonde_auto_rx
acf665044e | ||
---|---|---|
.. | ||
log | ||
utils | ||
README.md | ||
aprs_utils.py | ||
async_file_reader.py | ||
auto_rx.py | ||
auto_rx.service | ||
auto_rx.sh | ||
build.sh | ||
config_reader.py | ||
findpeaks.py | ||
gps_grabber.py | ||
habitat_utils.py | ||
horizon_calc.py | ||
ozi_utils.py | ||
rotator_utils.py | ||
station.cfg.example |
README.md
Automatic Radiosonde RX Station Extensions
This fork of rs1279's RS codebase provides a set of utilities ('auto_rx') to allow automatic reception and uploading of radiosonde positions to multiple services, including:
- The Habitat High-Altitude Balloon Tracker
- APRS-IS (for display on sites such as aprs.fi
- OziPlotter, for mobile radiosonde chasing.
Currently we support the following radiosonde types:
- Vaisala RS92SGP
- Vaisala RS41SGP Support for other radiosondes may be added as required (send us sondes to test with!)
The key changes from the RS master codebase are:
- Addition of the auto_rx directory, containing the auto_rx automatic reception software
- Modifications to the rs92ecc and rs41ecc decoders, to provide telemetry output in JSON format.
Refer to the wiki for installation and setup instructions.