Open-source satellite tracker and pass predictor for Android, inspired by Gpredict
Go to file
Arty Bishop 19ea5ebc47
Integrated fixes from release v3.1.4 (leap year bug)
2024-03-10 17:55:13 +00:00
.github/workflows Integrated fixes from release v3.1.4 (leap year bug) 2024-03-10 17:55:13 +00:00
app Integrated fixes from release v3.1.4 (leap year bug) 2024-03-10 17:55:13 +00:00
data Integrated fixes from release v3.1.4 (leap year bug) 2024-03-10 17:55:13 +00:00
domain Integrated fixes from release v3.1.4 (leap year bug) 2024-03-10 17:55:13 +00:00
fastlane/metadata/android/en-US Integrated fixes from release v3.1.4 (leap year bug) 2024-03-10 17:55:13 +00:00
gradle Integrated fixes from release v3.1.4 (leap year bug) 2024-03-10 17:55:13 +00:00
.editorconfig Added a basic .editorconfig file to the project 2023-07-29 11:26:11 +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 Celestrak and SatNOGS links to the README.md 2022-03-03 20:28:32 +00:00
build.gradle.kts Switched to gradle version catalog for dependencies 2023-10-14 15:30:03 +01:00
gradle.properties Added shared TimerBar composable function 2023-09-30 17:06:36 +01:00
gradlew v2.5.8 - Fixed update crash, redundant components removed 2021-12-10 08:27:12 +00:00
gradlew.bat v2.5.8 - Fixed update crash, redundant components removed 2021-12-10 08:27:12 +00:00
settings.gradle.kts Added minor fixes to resources and build scripts 2023-08-05 18:08:10 +01:00

README.md

Look4Sat: 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 5000 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.

Huge thanks to DownloadAstro team for their interest to the app and the interview published.

Main features:

  • Predicting satellite positions and passes for up to a week
  • 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.