Skip to content

Multiple nodes per connection

At the moment, we have a rudimentary Device entity that is responsible for constructing frames on behalf of a particular MAVLink device within a Node.

The proposal is to:

  1. Add a way to construct nodes from the existing ones reusing their connection.
  2. Use frame processing rules from the "parent" nodes for the "depndent" nodes.
Edited by Mykhailo Ziatin