See write-up on sagarpatil.me
cmdnet: CommandNet Python librarycmdnet-server: HTTP API for CommandNet, usescmdnetlibrarycommandnet-cli: CLI for CommandNet, usescmdnetlibrarysensornet-server: Data wiring between SensorNet's UDP packets, InfluxDB, and WebSocketspspiechart: Web-based mission control software, contains plugins for SensorNet and CommandNet
- Python >= 3.10
- InfluxDB (can be run through Docker)
- Node.js >= v20.5.0
- Yarn >= 1.22.19
Currently, PSPieChart has not yet been integrated with CommandNet, only SensorNet. Follow further development instructions in the respective READMEs.
- Docker >= 24.0.5
- Clone this repository
- Open a terminal in the cloned repo
- Run
docker-compose buildto compile everything - Run
docker-compose up -dto start all the processes in the background - You can now access PSPieChart on http://localhost:4173
