Skip to content

Commit 249d053

Browse files
authored
Update README.md
1 parent 6edc1ac commit 249d053

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

README.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,41 @@
1-
# SondeHub Tracker
1+
# SondeHub Amateur Tracker
22

3-
A fork of [habitat-mobile-tracker](https://github.com/rossengeorgiev/habitat-mobile-tracker) for use with the [SondeHub v2 ElasticSearch](https://github.com/projecthorus/sondehub-infra/wiki/ElasticSearch-Kibana-access) database. Huge credits to [Rossen Georgiev](https://github.com/rossengeorgiev/) for developing the mobile-tracker.
4-
5-
![mobile tracker screenshot](resources/mobiletracker-screencap.png "mobile tracker screenshot")
3+
A fork of [sondehub-tracker](https://github.com/projecthorus/sondehub-tracker) for use with the [SondeHub Amateur ElasticSearch](https://github.com/projecthorus/sondehub-infra/wiki/ElasticSearch-Kibana-access) database.
64

75
A webapp for tracking radiosondes. Works an desktop and mobile devices.
8-
The SondeHub tracker is a continuation of [spacenear.us/tracker](http://spacenear.us/tracker).
6+
The SondeHub Amateur tracker is a continuation of [tracker.habhub.org](https://tracker.habhub.org/).
97

108
## Features
119

12-
* Radiosonde Tracking using [SondeHub V2](https://github.com/projecthorus/sondehub-infra/wiki/ElasticSearch-Kibana-access) data.
10+
* Radiosonde Tracking using [SondeHub Amateur](https://github.com/projecthorus/sondehub-infra/wiki/ElasticSearch-Kibana-access) data.
1311
* Telemetry graph for each balloon
14-
* Chase Car functionality
1512
* Near realtime weather overlays
16-
* [Daylight cycle overlay](https://github.com/rossengeorgiev/nite-overlay), for long flights
13+
* Daylight cycle overlay, for long flights
1714
* Map tracker with Leaflet API
1815
* Run the app natively on IOS, Android, or desktop as a Progressive Wep App
1916

2017
### Geo position
2118

2219
The app will ask for permission to use your location.
2320
This is required for some of the features. It is **important** to note that
24-
your location will not be made available or send to anyone. Unless, you enable
25-
the `chase car mode`, which will periodically upload it to SondeHub. _The app
26-
will always start with `chase car mode` disabled._
21+
your location will not be made available or send to anyone.
2722

2823
## Browser requirements
2924

3025
Any modern browser should be able to run the app. Some features are limited to Chromium based browsers.
3126

3227
## Contribute
3328

34-
Don't hesitate to report any issues, or suggest improvements. Just visit the [issues page](https://github.com/projecthorus/sondehub-tracker/issues).
29+
Don't hesitate to report any issues, or suggest improvements. Just visit the [issues page](https://github.com/projecthorus/sondehub-amateur-tracker/issues).
3530
Pull requests are welcome.
3631

3732
## Installation
3833

3934
Requirements: Java
4035

41-
$ git clone https://github.com/projecthorus/sondehub-tracker.git
36+
$ git clone https://github.com/projecthorus/sondehub-amateur-tracker.git
4237
$ ./build.sh
4338

4439
## Original design
4540

4641
Author: Daniel Saul [@danielsaul](https://github.com/danielsaul)
47-
48-
49-
50-

0 commit comments

Comments
 (0)