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

Latest commit

 

History

History
18 lines (14 loc) · 969 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 969 Bytes

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