Simple program to get ISS location in relation to your own.
Find a file
Techno Duck 00de746392
Some checks failed
/ test (push) Successful in 1m19s
/ release (push) Failing after 3m44s
type cmon
2023-09-14 01:06:41 -04:00
.forgejo/workflows type cmon 2023-09-14 01:06:41 -04:00
src Initial commit 2023-07-28 00:21:38 -04:00
.gitignore Initial commit 2023-07-28 00:21:38 -04:00
Cargo.lock Initial commit 2023-07-28 00:21:38 -04:00
Cargo.toml Initial commit 2023-07-28 00:21:38 -04:00
LICENSE Initial commit 2023-07-28 00:21:38 -04:00
README.md added goals 2023-07-28 00:59:10 -04:00

ISS locator

Borne out of an idea about Amature Radio, i wanted to have a utility that can quickly check if ISS is in visible and amature radio range to listen to.

Your location is recieved from IP, ISS location from an API, plagiarized Haversine formula to check the distance between.

TODO's

  • Make calls async (dont judge it was easier like this)
  • Add interractive mode
    • terminal drawn world map ( with plotters-rs? )
    • selecting your location on the map
    • display location of the ISS relative to you when in range