Open-source satellite tracker and pass predictor for Android, inspired by Gpredict
Go to file
Arty Bishop e38ad2fe8b v1.4.4 - Added custom TLE file import from file/url and PolarView rotation using sensors data 2020-05-27 15:37:17 +01:00
app v1.4.4 - Added custom TLE file import from file/url and PolarView rotation using sensors data 2020-05-27 15:37:17 +01:00
fastlane/metadata/android/en-US v1.4.4 - Added custom TLE file import from file/url and PolarView rotation using sensors data 2020-05-27 15:37:17 +01:00
gradle/wrapper Added Fastlane file structure 2020-03-09 21:14:58 +00:00
.gitignore Added the release apk as requested 2020-02-11 10:26:07 +00:00
LICENSE
README.md v1.4.4 - Added custom TLE file import from file/url and PolarView rotation using sensors data 2020-05-27 15:37:17 +01:00
build.gradle v1.4.4 - Added custom TLE file import from file/url and PolarView rotation using sensors data 2020-05-27 15:37:17 +01:00
gradle.properties
gradlew
gradlew.bat
settings.gradle

README.md

Look4Sat: Radio satellite tracker

Amateur radio and weather satellite tracker and passes predictor for Android.

The very app creation and design is hugely inspired by the open-source Gpredict desktop satellite tracking application, created by Alexandru Csete, OZ9AEC and contributors, supported by the Libre Space Foundation.

The Libre Space Foundation team is also behind the epic SatNOGS project that provides an extremely easy to use API and DB with a huge amount of information about satellites, their telemetry and transmitters, which the app uses under the hood.

For TLE data calculation and passes prediction Look4Sat uses the mavenized version of predict4java library, created by David A. B. Johnson, G4DPZ and Dave Moten. Thank you guys for your hard work making this lib efficient and easy to use!

Also, I'd like to mention Dr T.S. Kelso for his invaluable contribution to the industry and for his Celestrak website, that stores, updates and provides access to TLE data.

The app is built using Dagger2, Retrofit2, Kotlin and Kotlin coroutines, Architecture Components and Jetpack Navigation.

Main features:

  • Calculating satellite passes for up to one week (168 hours)
  • Calculating passes for the current or manually entered location
  • 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
  • Offline first: passes predictions are made offline. Weekly updates of TLEs and transceivers DB are recommended.