package
0.0.1-alpha
Repository: https://github.com/hackerloop/rotonde-uavtalk.git
Documentation: pkg.go.dev

# Functions

NewConnection creates a new dispatcher connection.
NewDispatcher creates a dispatcher.

# Constants

ChanQueueLength buffered channel length.

# Structs

Connection : basic interface representing a connection to the dispatcher.
Dispatcher main dispatcher class.
Request is the packet that requests a common data, is forwarded to the owner of a definition (the one that sent the definition).
Subscription adds an objectID to the subscriptions of the sending connection.
Unsubscription removes an objectID from the subscriptions of the sending connection.
Update is the UAVTalk protocol packet, encapsulates a common in the field Data.

# Type aliases

Object native representation of a UAVPacket, just a map.