Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 741 Bytes

index.md

File metadata and controls

18 lines (14 loc) · 741 Bytes
layout
home

UAVCAN

Lightweight protocol designed for reliable communication in aerospace and robotic applications via CAN bus.

Key features

  • Democratic network - no single point of failure.
  • Publish/subscribe or request/response exchange semantics.
  • Allows to efficiently exchange large data structures.
  • Lightweight, easy to implement protocol.
  • Supports network-wide time synchronization with microsecond precision.
  • Doubly-redundant or triply-redundant CAN bus.
  • Can be used in deeply embedded, resource constrained, hard real-time systems.
  • The specification and the reference implementation are open and free to use (MIT License).