Updated Home (markdown)

master
Mark Jessop 2020-12-18 10:14:11 +10:30
rodzic d607c94395
commit 2ed1de4a4b
1 zmienionych plików z 13 dodań i 8 usunięć

21
Home.md

@ -3,18 +3,23 @@
# Automatic Radiosonde Receiver Utilities
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 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/)
* APRS-IS (for display on sites such as [aprs.fi](https://aprs.fi))
* [ChaseMapper](https://github.com/projecthorus/chasemapper) and [OziPlotter](https://github.com/projecthorus/oziplotter), for mobile radiosonde chasing.
Currently we support the following radiosonde types for position decoding:
* Vaisala RS92 (experimental support for the RS92-NGP)
* The [Habitat High-Altitude Balloon Tracker](https://tracker.sondehub.org)
* 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) 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:
* Vaisala RS92
* Vaisala RS41
* Graw DFM06/DFM09/DFM17/PS-15
* Meteomodem M10 & M20
* Intermet iMet-4 (and 'narrowband' iMet-1 sondes)
* Lockheed Martin LMS6, 400 MHz and 1680 MHz variants (including the new 'LMS-X' type)
* 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 sondes to test with!
@ -193,7 +198,7 @@ When a sonde is found, the following output will be seen:
```
Depending on what exporter options have been enabled (Habitat, APRS, OziPlotter), you will see indications when telemetry has been uploaded. If no exporters are enabled, you will only see telemetry information with the 'verbose' logging option enabled (`-v`).
A web interface which displays the log information as above, along with a sonde position map and frequency scan output, is available on port 5000, i.e. http://127.0.0.1:5000/
A web interface which displays the log information as above, along with a sonde position map and frequency scan output, is available on port 5000, i.e. http://localhost:5000/ (Or replace localhost with your RPi's IP address if accessing from another computer).
To shut-down the automatic reception script hit Ctrl-C, and the threads will eventually close.