Skip to content

Commit

Permalink
Merge pull request #340 from projecthorus/testing
Browse files Browse the repository at this point in the history
Version 1.4.0 release.
  • Loading branch information
darksidelemm authored Dec 23, 2020
2 parents 46525eb + 48890b1 commit 8066dc2
Show file tree
Hide file tree
Showing 57 changed files with 5,587 additions and 16,629 deletions.
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

23 changes: 8 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,27 @@
This fork of [rs1279's RS](https://github.com/rs1729/RS) codebase
provides a set of utilities ('auto_rx') to allow automatic reception
and uploading of
[Radiosonde](https://en.wikipedia.org/wiki/Radiosonde) positions to
[Radiosonde](https://en.wikipedia.org/wiki/Radiosonde) telemetry to
multiple services, including:

* The [Habitat High-Altitude Balloon Tracker](https://tracker.habhub.org)

* **Please note the HabHub Tracker now filters out radiosondes by
default.** To view the radiosondes again, clear the search field
at the top-left of the tracker of all text, and press
enter. Alternatively, use our front-end to HabHub at:
[https://sondehub.org/](https://sondehub.org/)
* The [Habitat High-Altitude Balloon Tracker](https://tracker.sondehub.org)

* APRS-IS (for display on sites such as [aprs.fi](https://aprs.fi)
* APRS-IS (for display on sites such as [radiosondy.info](https://radiosondy.info) and [aprs.fi](https://aprs.fi)

* [ChaseMapper](https://github.com/projecthorus/chasemapper) and
[OziPlotter](https://github.com/projecthorus/oziplotter), for mobile
* [ChaseMapper](https://github.com/projecthorus/chasemapper) for mobile
radiosonde chasing.

There is also a web interface provided (defaults to port 5000),
There is also a web interface available on http://localhost:5000 ,
allowing display of station status and basic tracking of the sonde
position.

Currently we support the following radiosonde types:
* Vaisala RS92
* Vaisala RS41
* Graw DFM06/DFM09/DFM17/PS-15
* Meteomodem M10 (Thanks Viproz!)
* Meteomodem M10 & M20
* Intermet iMet-4 (and 'narrowband' iMet-1 sondes)
* Lockheed Martin LMS6 and Mk2a
* Lockheed Martin LMS6 (400 MHz and 1680 MHz variants, including the new 'LMS-X' unreleased type)
* Meisei iMS-100

Support for other radiosondes may be added as required (please send us
Expand Down Expand Up @@ -68,7 +61,7 @@ instructions](https://github.com/projecthorus/radiosonde_auto_rx/wiki).

### Contacts
* [Mark Jessop](https://github.com/darksidelemm) - [email protected]
* [Michael Wheeler](https://github.com/TheSkorm) - [email protected]
* [Michaela Wheeler](https://github.com/TheSkorm) - [email protected]

You can often find us in the #highaltitude IRC Channel on
[Freenode](https://webchat.freenode.net/).
23 changes: 8 additions & 15 deletions auto_rx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,27 @@
This fork of [rs1279's RS](https://github.com/rs1729/RS) codebase
provides a set of utilities ('auto_rx') to allow automatic reception
and uploading of
[Radiosonde](https://en.wikipedia.org/wiki/Radiosonde) positions to
[Radiosonde](https://en.wikipedia.org/wiki/Radiosonde) telemetry to
multiple services, including:

* The [Habitat High-Altitude Balloon Tracker](https://tracker.habhub.org)

* **Please note the HabHub Tracker now filters out radiosondes by
default.** To view the radiosondes again, clear the search field
at the top-left of the tracker of all text, and press
enter. Alternatively, use our front-end to HabHub at:
[https://sondehub.org/](https://sondehub.org/)
* The [Habitat High-Altitude Balloon Tracker](https://tracker.sondehub.org)

* APRS-IS (for display on sites such as [aprs.fi](https://aprs.fi)
* APRS-IS (for display on sites such as [radiosondy.info](https://radiosondy.info) and [aprs.fi](https://aprs.fi)

* [ChaseMapper](https://github.com/projecthorus/chasemapper) and
[OziPlotter](https://github.com/projecthorus/oziplotter), for mobile
* [ChaseMapper](https://github.com/projecthorus/chasemapper) for mobile
radiosonde chasing.

There is also a web interface provided (defaults to port 5000),
There is also a web interface available on http://localhost:5000 ,
allowing display of station status and basic tracking of the sonde
position.

Currently we support the following radiosonde types:
* Vaisala RS92
* Vaisala RS41
* Graw DFM06/DFM09/DFM17/PS-15
* Meteomodem M10 (Thanks Viproz!)
* Meteomodem M10 & M20
* Intermet iMet-4 (and 'narrowband' iMet-1 sondes)
* Lockheed Martin LMS6 and Mk2a
* Lockheed Martin LMS6 (400 MHz and 1680 MHz variants, including the new 'LMS-X' unreleased type)
* Meisei iMS-100

Support for other radiosondes may be added as required (please send us
Expand Down Expand Up @@ -68,7 +61,7 @@ instructions](https://github.com/projecthorus/radiosonde_auto_rx/wiki).

### Contacts
* [Mark Jessop](https://github.com/darksidelemm) - [email protected]
* [Michael Wheeler](https://github.com/TheSkorm) - [email protected]
* [Michaela Wheeler](https://github.com/TheSkorm) - [email protected]

You can often find us in the #highaltitude IRC Channel on
[Freenode](https://webchat.freenode.net/).
Loading

0 comments on commit 8066dc2

Please sign in to comment.