Skip to content

Commit 63ab954

Browse files
committed
feat: Add Docker hosting setup and improve dashboard UI
- Add host-demo Docker setup for production deployment to pecan-demo.0001200.xyz - Add persistent WebSocket broadcast server in car-simulate/persistent-broadcast - Fix image imports in Dashboard.tsx to use ES modules instead of hardcoded paths - Improve data store with performance hooks and statistics - Update WebSocket service for better connection handling - Clean up car-simulate data files and add example.dbc
1 parent cfbc01e commit 63ab954

20 files changed

Lines changed: 450870 additions & 35 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,3 +223,7 @@ ENV/
223223
.idea/workspace.xml
224224
/.idea
225225
node_modules/
226+
pecan/Frontend/pecan-live-dashboard/src/assets/local.dbc
227+
228+
*.dbc:Zone.Identifier
229+
*.csv:Zone.Identifier

0 commit comments

Comments
 (0)