Endpoint
WebSocket /ws/WebClient
Single endpoint for all push (positions, chat, alerts).
All dynamic data flows via push: vehicle positions, chat, alerts, notifications, presence. No polling — optimal bandwidth.
Single endpoint for all push (positions, chat, alerts).
Cookie handshake + token-based via WsTokenAuth.
PING/PONG every 30 s, auto-reconnect with exponential backoff.
LocalSocketClient relays events across app0, app1, iot0, iot1.
CHAT, RIDE, EV_SOS, EV_CHAT, STREAM_READY, …
The same WebSocket serves the FleetMan webclient + RN mobile apps.
The WebSocket server uses a delimited text protocol with feature prefix:
// Connexion
wss://app0.malambi.net/ws/WebClient?acc_token=...
// Events serveur → client
CHAT|MSG|...
RIDE|NEW_REQUEST|...
EV_SOS|...
STREAM_READY|streamUrl|expiresAt
| Endpoint | /ws/WebClient |
| Auth | ACNT (6 params) |
| Heartbeat | 30 s PING/PONG |
| Reconnect | exponential backoff (max 30 s) |
| Multi-serveur | LocalSocketClient pool |
| Clients | WebClient ExtJS + RN apps |
Bundled with FleetMan — activation is instant. Contact your account manager or start a free trial.