From one drone to a fleet
Usable today. Early access — some pieces run behind a feature flag and APIs may shift between releases.
How it works
Every drone to one cloud
Drones and ground stations publish to an MQTT broker over TLS. There is no port forwarding on the drone side.
Integration
Four tiers, one platform
Start with any MAVLink drone and a SIM card. Add compute, then the agent, then a mesh radio as the mission grows.
| Basic | Smart | Autonomous | Swarm | |
|---|---|---|---|---|
| Hardware | MAVLink + 4G | + Linux SBC | + Drone Agent | + mesh radio |
| Fleet tracking | ✓ | ✓ | ✓ | ✓ |
| Telemetry streaming | — | ✓ | ✓ | ✓ |
| Remote config + OTA | — | ✓ | ✓ | ✓ |
| Vision + automation | — | — | ✓ | ✓ |
| Autonomous missions | — | — | ✓ | ✓ |
| Drone-to-drone coordination | — | — | — | ✓ |
Hardware
Fleet tracking
Telemetry streaming
Remote config + OTA
Vision + automation
Autonomous missions
Drone-to-drone coordination
Dashboard
Run the fleet from a browser
Enrollment, capability profiles, hardware manifests, firmware versions, and maintenance status.
Dispatch missions from the dashboard, track progress live, and keep flight logs.
MQTT ingestion at configurable rates, with QoS matched to each data type.
Fleet performance, flight hours, and maintenance trends across every drone.
Transport
Built on MQTT
A bidirectional bus with topic-level access control, matched to the criticality of each message.
- Protocol
- MQTT over TLS 1.3
- Topics
- Per fleet, drone, operator
- QoS
- 0 telemetry, 1 alerts, 2 commands
- Browser transport
- WebSocket
- Drone-side ports
- Zero forwarding
Bring your fleet online
Start with basic tracking on any MAVLink drone and grow into remote configuration, autonomy, and coordination.
See the tiers