I need to test my system but I don't have a real vessel handy, and …
Tarefa
I need to test my system but I don't have a real vessel handy, and the data needs to look realistic. Build me a generator that streams telemetry — RPM, fuel consumption, temperatures — and occasionally throws in an anomaly so I can check whether the system catches it.
Plano de solução
What We'll Build
- A configurable vessel telemetry simulator streaming realistic RPM, fuel consumption, and engine/exhaust temperatures via MQTT or WebSocket — ready to plug into your existing stack.
- A built-in anomaly injection engine: scheduled or randomised fault events (RPM spike, fuel surge, overtemp) with configurable frequency and severity, so you can validate detection logic end-to-end.
- A lightweight dashboard or log output confirming which anomalies were injected and when — giving you a ground-truth reference to benchmark your system's catch rate.
How It Works
- Signal profiles are modelled on real NMEA 2000 / Modbus parameter ranges and typical diesel engine behaviour curves — not random noise.
- Data streams over MQTT (or HTTP/WebSocket) at configurable intervals (1 s–1 min), simulating both satellite-latency and LAN scenarios.
- Runs entirely on-premise or in cloud — no vessel required; edge deployment also possible for hardware-in-the-loop testing.
Next Step
Share your target parameter list, expected message format, and any detection thresholds you're already using — we'll scope a working prototype in the Mind4Ship client portal and get you streaming within days.