Skip to content

sonia-auv/octopus-telemetry

Repository files navigation

octopus-telemetry

This is the future web telemetry for SONIA

Installation

Install the required dependencies:

npm install

⚠️ If it does not work, it is possible that you don't have the latest CRA version...it's normal. There is a known bug. To resolve this for now:

npm install --legacy-peer-deps

Starting the UI

npm run start

Building and running the UI with Docker

docker build . -t octopus-ui:latest

# Run from docker
# -it : interactive mode
# -p HOST:CONTAINER : exposes the port of the container to the host's port
docker run -it -p 3001:3000 octopus-ui:latest

You should see the app at http://localhost:3001

About

The telemetry is a web app to control and monitor the AUVs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages 3