You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Auto-protocol detection**: `ws://` on HTTP, `wss://` on HTTPS
142
142
-**Deployment modes**: Production cloud, localhost dev, car hotspot (192.168.x.x)
143
-
-**Default backend**: On non-`192.x.x.x` hosts (including `localhost`) PECAN connects to the hosted backend at `wss://ws-wfr.0001200.xyz:9443`, unless overridden
143
+
-**Default backend**: On non-`192.x.x.x` hosts (including `localhost`) PECAN connects to the hosted backend at `wss://ws-demo.westernformularacing.org`, unless overridden
144
144
-**Configurable override**: Users can set a custom WebSocket URL via Settings or `VITE_WS_URL`
145
145
-**Reconnection**: Up to 5 attempts with linear backoff (2s increments)
146
146
-**Uplink in active development**: The WebSocket protocol supports uplink (`can_send`, `can_send_batch`, `ping`), but the PECAN UI and client helpers for sending control messages are still under active development
@@ -159,7 +159,7 @@ npm install
159
159
npm run dev
160
160
```
161
161
162
-
By default, the development server runs on `http://localhost:5173` and PECAN connects to the **hosted** telemetry backend at `wss://ws-wfr.0001200.xyz:9443`. To force a different backend (for example, a local UTS instance on `ws://localhost:9080`), set `VITE_WS_URL` or configure a `custom-ws-url` in the PECAN Settings dialog.
162
+
By default, the development server runs on `http://localhost:5173` and PECAN connects to the **hosted** telemetry backend at `wss://ws-demo.westernformularacing.org:9443`. To force a different backend (for example, a local UTS instance on `ws://localhost:9080`), set `VITE_WS_URL` or configure a `custom-ws-url` in the PECAN Settings dialog.
0 commit comments