Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 260 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 260 Bytes

Event encoding

  varint(event_type)
  varint(delta_microseconds)
  varint(data_length)
  data

Events

  COMMAND:            50
  NAVDATA:            51
  VIDEO:              52
  CONTROL_TO_DRONE:   53
  CONTROL_FROM_DRONE: 54