Open-source satellite tracker and pass predictor for Android, inspired by Gpredict
Go to file
Arty Bishop f8f7aba3a8 v2.5.6 - APIv21, issues #68 #69, grid layout, async update 2021-10-28 21:46:02 +01:00
.github/workflows v2.5.6 - APIv21, issues #68 #69, grid layout, async update 2021-10-28 21:46:02 +01:00
app v2.5.6 - APIv21, issues #68 #69, grid layout, async update 2021-10-28 21:46:02 +01:00
core Removed all java dependencies from domain.predict package 2021-10-28 19:32:21 +01:00
fastlane/metadata/android/en-US v2.5.6 - APIv21, issues #68 #69, grid layout, async update 2021-10-28 21:46:02 +01:00
gradle/wrapper Dependencies update, gradle version bumped 2021-08-28 14:05:58 +01:00
.gitignore Added release signing config 2021-03-11 22:14:04 +00:00
LICENSE Switched to GPL v3, added privacy policy 2021-03-07 13:19:52 +00:00
README.md v2.5.6 - APIv21, issues #68 #69, grid layout, async update 2021-10-28 21:46:02 +01:00
build.gradle Added DataParser.kt with tests, removed unused classes 2021-10-27 21:47:02 +01:00
gradle.properties Fetching satellite data asynchronously, increased build speed 2021-10-27 21:47:02 +01:00
gradlew Fetching satellite data asynchronously, increased build speed 2021-10-27 21:47:02 +01:00
gradlew.bat Set up with Fragments, DrawerLayout and Adaptive Icons 2019-10-16 20:13:20 +01:00
settings.gradle Added database migration, removed moshi and Converters.kt 2021-10-27 21:47:02 +01:00

README.md

Look4Sat: Radio satellite tracker

Look4Sat CI

Get it on Google Play Get it on F-Droid

Radio satellite tracker and pass predictor for Android, inspired by Gpredict

Track satellite passes with ease!

Thanks to the huge database provided by Celestrak and SatNOGS you have access to more than 3000 active satellites orbiting Earth. You can search the entire DB by satellite name or by NORAD catnum.

Satellite positions and passes are calculated relative to your location. To get reliable info make sure to set the observation position using GPS or QTH Locator in the Settings menu.

The application is built using Kotlin, Coroutines, Architecture Components and Jetpack Navigation. It is now and always will be completely ad-free and open-source.

Main features:

  • Predicting satellite positions and passes for up to 4 days (96 hours)
  • 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
  • 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.