radiosonde_auto_rx/README.md

78 wiersze
3.4 KiB
Markdown
Czysty Zwykły widok Historia

2019-09-05 09:56:04 +00:00
![auto_rx logo](autorx.png)
2017-12-17 08:23:47 +00:00
# Automatic Radiosonde Receiver Utilities
2019-03-24 07:07:42 +00:00
**Please refer to the [auto_rx wiki](https://github.com/projecthorus/radiosonde_auto_rx/wiki) for the latest information.**
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
2020-12-17 23:39:06 +00:00
[Radiosonde](https://en.wikipedia.org/wiki/Radiosonde) telemetry to
multiple services, including:
2021-04-23 11:06:59 +00:00
* The [SondeHub Radiosonde Tracker](https://tracker.sondehub.org) - a tracking website specifically designed for tracking radiosondes!
2020-12-17 23:39:06 +00:00
* APRS-IS (for display on sites such as [radiosondy.info](https://radiosondy.info) and [aprs.fi](https://aprs.fi)
2017-02-06 17:08:18 +00:00
2020-12-17 23:39:06 +00:00
* [ChaseMapper](https://github.com/projecthorus/chasemapper) for mobile
radiosonde chasing.
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:
2019-02-10 04:03:21 +00:00
* Vaisala RS92
* Vaisala RS41
2019-03-24 07:07:42 +00:00
* Graw DFM06/DFM09/DFM17/PS-15
2020-12-17 23:39:06 +00:00
* Meteomodem M10 & M20
2019-03-24 07:07:42 +00:00
* Intermet iMet-4 (and 'narrowband' iMet-1 sondes)
2021-01-25 04:13:32 +00:00
* Intermet iMet-54
* Lockheed Martin LMS6 (400 MHz and 1680 MHz variants, including the new 'LMS-X' unreleased type)
2019-12-15 04:25:10 +00:00
* Meisei iMS-100
2021-03-27 04:53:26 +00:00
* Meteo-Radiy MRZ (400 MHz versions)
2017-12-22 01:02:16 +00:00
Support for other radiosondes may be added as required (please send us
sondes to test with!)
2017-02-06 17:08:18 +00:00
2017-12-20 10:18:35 +00:00
This software performs the following steps:
2017-02-06 17:08:18 +00:00
1. Use rtl_power to scan across a user-defined frequency range, and
detect peaks in the spectrum.
2. For each detected peak frequency, run the rs_detect utility, which
determines if a radiosonde signal is present, and what type it is.
3. If a radiosonde signal is found, start demodulating it, and upload
data to various internet services.
4. If no peaks are found, or if no packets are heard from the
radiosonde in a given amount of time (2 minutes by default), go back
to step 1.
2018-07-16 09:32:00 +00:00
The latest version can make use of multiple RTLSDRs to allow for
tracking of many radiosondes simultaneously. The number of
simultaneous radiosondes you can track is limited only by the number
of RTLSDRs you have setup!
2017-12-17 08:19:32 +00:00
Refer to the wiki for the [latest updates, and installation/setup
instructions](https://github.com/projecthorus/radiosonde_auto_rx/wiki).
2019-02-10 04:01:09 +00:00
**This software is under regular development. Please [update
regularly](https://github.com/projecthorus/radiosonde_auto_rx/wiki/Performing-Updates)
to get bug-fixes and improvements!**
2018-01-06 13:51:10 +00:00
### Licensing Information
All software within this repository is licensed under the GNU General Public License v3. Refer this repositories LICENSE file for the full license text.
2021-04-23 11:06:59 +00:00
Radiosonde telemetry data captured via this software and uploaded into the [Sondehub](https://sondehub.org/) Database system is licensed under [Creative Commons BY-SA v2.0](https://creativecommons.org/licenses/by-sa/2.0/).
Telemetry data uploaded into the APRS-IS network is generally considered to be released into the public domain.
By uploading data into these systems (by enabling the relevant uploaders within the `station.cfg` file) you as the user agree for your data to be made available under these licenses. Note that uploading to Sondehub and Habitat is enabled by default.
2017-12-17 08:19:32 +00:00
### Contacts
* [Mark Jessop](https://github.com/darksidelemm) - vk5qi@rfhead.net
2020-12-17 23:35:30 +00:00
* [Michaela Wheeler](https://github.com/TheSkorm) - radiosonde@michaela.lgbt
2017-12-17 08:19:32 +00:00
You can often find us in the #highaltitude IRC Channel on
[Freenode](https://webchat.freenode.net/).