How telemetry moves from a GPS padlock to your dashboard in real time
When a container ship is far from shore, there is no 4G tower in range. The FL200 stores readings in its onboard flash memory and queues them locally. The moment the ship enters port or passes within coastal tower range, the device bursts all queued packets to Railway in one go — every position is recovered. For true blue-water coverage a maritime SIM (Inmarsat / Iridium / Globalstar) is needed — that is a SIM contract decision, not a software one.
POST https://ingest.yourfleetlock.com/ingest Content-Type: application/json { "device_id": "FL200-A4F2", "lat": 1.3521, "lng": 103.8198, "battery_pct": 78, "locked": true, "tamper": false, "signal_strength": -87, "timestamp": "2026-03-23T14:22:01Z" }
HTTP POST to a fixed URLPOST /ingesttelemetry tableRealtime fires a WebSocket event on every INSERT