Automatic Radiosonde Receiver Utilities
 
 
 
 
 
 
Go to file
Mark Jessop 625be57fac Updated systemd service, and made documentation point to the github wiki. 2017-12-17 18:29:32 +10:30
auto_rx Updated systemd service, and made documentation point to the github wiki. 2017-12-17 18:29:32 +10:30
c34 C34,C50: info update 2017-01-31 13:36:52 +01:00
dfm DFM: temp4, EPCOS-polyfit 2017-09-06 12:04:04 +02:00
dropsonde RD94: NAV-SOL pDOP 2016-12-08 22:30:35 +01:00
ecc ECC Reed-Solomon: errors & erasures 2017-11-24 02:23:13 +01:00
imet imet1ab: vel-remark 2017-05-08 18:35:19 +02:00
iq iq: real norm 2017-05-07 15:16:45 +02:00
lms6 LMS6 (403 MHz) source 2016-02-29 11:19:39 +01:00
m10 rename m1x12_20170424: M10new /w Gtop 2017-11-07 22:28:06 +01:00
meisei meisei: BCH test 2016-12-19 16:03:31 +01:00
mk2a Mk2a: CRC check 2017-04-03 10:04:05 +02:00
rs41 Updated for RS41 - needs testing with real radiosonde 2017-12-09 21:11:53 +11:00
rs92 Testing using JSON to move around data and use newer rs92 software 2017-12-05 09:55:57 +00:00
rs_module Modified auto_rx.py to use decoders from rs_module. Added basic build script (it's terrible, sorry.) 2017-04-30 18:53:19 +09:30
scan scan: decoder args update 2017-02-23 11:38:30 +01:00
.gitignore add decent gitignore 2017-12-16 22:03:49 +11:00
README.md Updated systemd service, and made documentation point to the github wiki. 2017-12-17 18:29:32 +10:30

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:

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.