Open-source satellite tracker and pass predictor for Android, inspired by Gpredict
Go to file
Arty Bishop d603a343ca Bumped minSdk to 23 (Android 6.0), fixed AMSat SSL issue 2021-06-20 14:50:29 +01:00
.github/workflows Removed deprecated 'artifact' input in github workflow 2021-04-05 09:03:21 +01:00
app Bumped minSdk to 23 (Android 6.0), fixed AMSat SSL issue 2021-06-20 14:50:29 +01:00
core Bumped minSdk to 23 (Android 6.0), fixed AMSat SSL issue 2021-06-20 14:50:29 +01:00
fastlane/metadata/android/en-US Bumped minSdk to 23 (Android 6.0), fixed AMSat SSL issue 2021-06-20 14:50:29 +01:00
gradle/wrapper Updated dependencies and gradle version 2021-05-16 19:13:10 +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 Added workflow badge to README.md 2021-03-07 20:19:54 +00:00
build.gradle Bumped minSdk to 23 (Android 6.0), fixed AMSat SSL issue 2021-06-20 14:50:29 +01:00
gradle.properties Implemented Clean architecture, removed redundant dependencies 2021-04-23 12:59:18 +01:00
gradlew Removed adapter leaks in EntriesFragment.kt 2020-11-17 20:32:40 +00:00
gradlew.bat Set up with Fragments, DrawerLayout and Adaptive Icons 2019-10-16 20:13:20 +01:00
settings.gradle Created a core module, basic clean architecture setup 2021-04-21 18:27:56 +01:00

README.md

Look4Sat: Radio satellite tracker

Look4Sat CI

Get it on Google Play Get it on F-Droid

Open-source amateur radio satellite tracker and pass predictor for Android

Let this app look for satellites for you!

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!

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.

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.

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.