Telemetry Ground Station
Before Starting, ensure you have Node.js installed from here
-
Install all packages 1
npm install
-
Rebuild packages for the right version of node
./node_modules/.bin/electron-rebuild
-
Install Map Tiles from Releases Page - Download the zip files of the map tiles - Unzip them and place them in the
/GUI/build/
folder 2 -
Install the font pack 3
-
Build typescript
npm run build
-
Run the electron application
npm start
- There may be rendering issues if you do not install the font pack. To install: go to
build/
and double click it. - To view the log files generated by the program
- On Windows, in file explorer, go to:
Users\your_username\appData\logs\ISS-Ground-Station
- On MacOS, in finder, go to:Users\your_username\Logs\ISS-Ground-Station
Footnotes
-
In the past we have had issues where not all packages install on the first go. Thus, it is recommended to run this at least twice. ↩
-
Ensure that the
Satellite/
andTerrain/
FOLDER contains subfolders1/
to18/
and not another folder called Satellite/Terrain. If this happens move the inner folder into the build/ folder instead. ↩ -
Although not an important step it is highly recommended due to its monospace nature and most of the formatting in this software utilizes it heavily. ↩