MAVLink.Router delegate for TCP connections Typically used to connect to SITL on port 5760
Summary
Functions
Callback implementation for XMAVLink.Transport.close/1.
Callback implementation for XMAVLink.Transport.forward/2.
Callback implementation for XMAVLink.Transport.open/2.
Types
@type t() :: %XMAVLink.TCPOutConnection{ address: XMAVLink.Types.net_address(), buffer: binary(), port: XMAVLink.Types.net_port(), signing: XMAVLink.Signing.t() | nil, socket: pid(), worker: pid() | nil }
Functions
Callback implementation for XMAVLink.Transport.close/1.
Callback implementation for XMAVLink.Transport.forward/2.
Callback implementation for XMAVLink.Transport.open/2.