2020-02-05 20:07:41 +00:00
# Look4Sat: Radio satellite tracker
2020-06-22 22:18:39 +00:00
2021-03-07 20:19:54 +00:00
[](https://github.com/rt-bishop/Look4Sat/actions/workflows/main.yml)
2020-06-22 22:18:39 +00:00
[<img src="https://play.google.com/intl/en_gb/badges/static/images/badges/en_badge_web_generic.png" alt="Get it on Google Play" height="80"> ](https://play.google.com/store/apps/details?id=com.rtbishop.look4sat )
2020-11-29 17:10:04 +00:00
[<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80"> ](https://f-droid.org/packages/com.rtbishop.look4sat/ )
2020-06-22 22:18:39 +00:00
2020-11-29 17:10:04 +00:00
### Open-source amateur radio satellite tracker and pass predictor for Android
2020-02-11 10:05:44 +00:00
2020-11-29 17:10:04 +00:00
< p float = "left" >
2020-11-29 18:03:29 +00:00
< img src = "fastlane/metadata/android/en-US/images/phoneScreenshots/1.png" width = "200" / >
< img src = "fastlane/metadata/android/en-US/images/phoneScreenshots/2.png" width = "200" / >
< img src = "fastlane/metadata/android/en-US/images/phoneScreenshots/3.png" width = "200" / >
< img src = "fastlane/metadata/android/en-US/images/phoneScreenshots/4.png" width = "200" >
2020-11-29 17:10:04 +00:00
< / p >
2020-02-11 10:05:44 +00:00
2020-11-29 17:10:04 +00:00
### Let this app look for satellites for you!
2020-01-22 12:36:33 +00:00
2020-11-29 17:10:04 +00:00
Thanks to the huge database provided by Celestrak and SatNOGS you have access to more than 3000
active satellites orbiting Earth at this very moment. You can search the entire DB by satellite
name or by NORAD catalog number. Track them with ease!
2020-05-27 13:30:44 +00:00
2020-11-29 17:10:04 +00:00
Satellite positions and passes are calculated relative to your location. In order to get reliable
predictions set the observation position using GPS or QTH Locator in the Settings menu.
2020-01-22 12:36:33 +00:00
2020-11-29 17:10:04 +00:00
The application is built using predict4java library, Kotlin, Coroutines, Dagger2, Retrofit2, Moshi,
Architecture Components and Jetpack Navigation. It is now and always will be completely ad-free
and open-source.
2020-02-05 20:07:41 +00:00
2020-03-09 21:33:56 +00:00
## Main features:
2020-02-05 20:07:41 +00:00
2020-11-29 17:10:04 +00:00
* Predicting satellite positions and passes for up to 4 days (96 hours)
2020-03-09 21:33:56 +00:00
* Showing the list of currently active and upcoming satellite passes
* Showing the active pass progress, polar trajectory and transceivers info
* Showing the satellite positional data, footprint and ground track on a map
2020-11-29 17:10:04 +00:00
* Custom TLE data import is available via files with TXT or TLE extensions
* Offline first: calculations are made offline. Weekly update of TLE data is recommended.