server | ||
ArduTracker.ino | ||
autotrack.diag | ||
autotrack.png | ||
EZ_Antenna_Tracker___Ground_Station_EZtracker_Immersion_RC.zip | ||
groundstation.diag | ||
groundstation.png | ||
index.html | ||
package.json | ||
published-bom-formal.ods | ||
README.md | ||
WrittenGS-Orbit-PayloadSpecNotes.PDF |
OpenMCT
Getting started
To get started, after cloning the repo, run the following command in the repo directory:
npm install
npm start
By default it'll start on port 8080, but you can edit server/server.js to change the default port, or set the process evironment variable 'PORT' to whatever port you need.