virtual-vehicle: add simulator for mini cluster

- Uses public dev manufacturer endpoint for cert registration
- Connects to local gateway via websocket
- Generates fake CAN frames and sends telemetry
- Image: localhost:32000/virtual-vehicle:latest
This commit is contained in:
Chris Rai
2026-02-02 20:55:45 -05:00
parent b764df0e2b
commit 454f313556
9 changed files with 488 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ use (
./services/jetfire
./services/optimus
./services/ota_update_go
./services/virtual-vehicle
)