★ Field Operations

Crews, trucks, drones, vessels — one live map

VoltGrid unifies every position feed into one tracks store and serves it through the same FeatureServer / MVT / OGC API Features facades as the rest of your data. Watch storm-response crews roll out, vegetation trucks move down a corridor, inspection drones fly, and vessels in coastal waters — all in one scene, fully offline if needed.

Esri StreamServer emulationOGC Moving Features (MF-JSON) AIS · ADS-B · GTFS-RTTAK CoT Skydio dronesGNSS / NMEA
Available today

Position sources VoltGrid ingests now

Every source below is implemented as a real adapter — verified in Src/LocalMapServer/. Tracks land in a per-source DuckDB tracks_* store and unify through the TrackSourceRegistry for analytics.

SourceUse caseAdapter
Esri StreamServer emulationPush tracks to ArcGIS clients expecting a StreamServerSrc/LocalMapServer/Stream/
OGC Moving FeaturesMF-JSON position streams (utility fleet, IoT)Feeds/MovingFeaturesFeedAdapter.cs
OGC SensorThingsMulti-thing / multi-datastream locationsFeeds/SensorThingsFeedAdapter.cs
AISVessel tracking (coastal utilities, submarine cables)Ais/AisReceiverHost.cs
ADS-BAircraft (rotor-wing inspections, fire response)Sdr/Decoders/Sbs1Decoder.cs
GTFS-RTTransit vehicle positions (crew shuttles)Feeds/GtfsRealtimeFeedAdapter.cs
TAK CoTField-team positions over STOMP-wss or UDP multicastTak/TakClientHost.cs
Skydio dronesInspection drone telemetry + captured mediaSkydio/SkydioClient.cs
GNSS / NMEARover / RTK / total-station field GPSServices/GnssService.cs
MQTT / KafkaTelemetry buses for SCADA gateways / IoTOsint/CustomFeeds/*OsintTransport.cs

All listed adapters are shipping code — verified by file existence, not just documentation.

Compatible with · Roadmap

Planned direct integrations

These popular tracking platforms don't yet have native adapters in VoltGrid. They're reachable today through their MQTT / REST / WebSocket exports via the generic feed adapters above; first-class integrations are on the roadmap.

🚗

Traccar Roadmap

Open-source GPS tracking server. Today: ingest via Traccar's MQTT / WebSocket / Webhook exports. Planned: native adapter consuming the Traccar REST API + DB.

📊

ThingsBoard Roadmap

IoT platform with asset tracking. Today: ingest via ThingsBoard's MQTT integration. Planned: native CE / Professional REST integration.

🔌

SCADA protocols Roadmap

Native Modbus, OPC UA, IEC 60870-5, IEC 61850, DNP3. Today: reach SCADA via the gateway's MQTT / Kafka bus. Planned: protocol-native adapters.

Analytics

From positions to insight

The unified TrackSourceRegistry surfaces every track source to the analytics layer: stop detection, dwell time, speed violations, corridor proximity, and replay-any-window for after-action review.

🛑

Stop & dwell

Detect when a truck stopped on a span — and for how long — to validate crew-time charges.

📏

Corridor proximity

Flag vehicles or assets that left the ROW or entered an exclusion zone.

⏱️

AAR timeline

Replay any window of positions for incident review or storm-response debrief.

Pair tracking with sensor data

Vehicle positions alongside weather, fault indicators, and SCADA telemetry give operations a complete real-time picture.