Skip to content
This repository has been archived by the owner on Dec 27, 2020. It is now read-only.
/ sattrace Public archive

Satellite tracker in javascript

License

Notifications You must be signed in to change notification settings

jbatistareis/sattrace

Repository files navigation

SatTrace

*Path information on this demo is outdated as of 2018

This is a simple satellite tracker using Two-Line Element Sets (TLE), data can be input manually, of via plain text files found on Celestrak or Space Track.

SatTrace

Instalation

Clone the repository, then install Node.js and PostgreSQL.
After that, run the database creation script on database.sql (psql -f database.sql), then modify the file database/_config.json with your connection information and rename it to config.json.
Then finally, run npm install one time to download all dependencies, and npm start when you want to run the server.

TODO

  • Solar terminator
  • Manual timezone
  • Look angles
  • Time pause and fast forward