Skip to main content
Most fleet tools are built for one vertical — buses, trucks, drones — and hardcode the data model. The Hyperwisor Fleet Manager widget makes zero assumptions about what your devices are. A bus operator, a soil-sensor network, a drone fleet, and a solar farm all use the same widget. The only difference is the field mapping they configure. Drop it onto a custom dashboard and it becomes your operational layer for many devices at once.

The six views

Enable any combination per dashboard: Each view toggles independently — a dispatcher might show only Map + Commands; a maintenance engineer only Firmware + Analytics.

The data contract

A device needs to satisfy one rule: emit a message with a device identifier and at least one piece of data. Everything else is optional and unlocks more:

Progressive enhancement

A device emitting only { id, lat, lng } gets a working Map. Add speed → markers rotate. Add __meta → popups enrich. Add firmware_version → the Firmware view activates. Each field you add unlocks more, automatically — no redeploy.

Next: Field Mapping

Map any payload shape to Fleet’s concepts.