Downloading and Running the Telemetry Server
git clone https://github.com/nasa/openmct-tutorial.git
cd openmct-tutorial
npm install
npm start
This will expose two endpoints
● http://localhost:8080/history- An http server for “historical” data queries.
● ws://localhost:8080/realtime- A websocket endpoint for subscribing to realtime data.
git clone https://github.com/shefalijoshi/telemetry-client.git
cd telemetry-client
npm install
npm run build
View the client by launching the following in your web browser: http://localhost:3000