package mavsdk.rpc.mavlink_direct_server

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

service MavlinkDirectServerService

mavlink_direct_server.proto:15

Enable direct MAVLink communication using libmav from a server component. Unlike MavlinkDirect, this does not require a discovered system: it sends from the local server component, which makes it suitable for broadcasting messages (e.g. as an autopilot or custom component) without a connected counterpart.

message MavlinkDirectServerResult

mavlink_direct_server.proto:76

Result type.

Used in: LoadCustomXmlResponse, SendMessageResponse

enum MavlinkDirectServerResult.Result

mavlink_direct_server.proto:78

Possible results returned for action requests.

Used in: MavlinkDirectServerResult

message MavlinkMessage

mavlink_direct_server.proto:66

A complete MAVLink message with all header information and fields

Used in: MessageResponse, SendMessageRequest