websocketconnection

package
v0.0.1-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2015 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Start

func Start(d *dispatcher.Dispatcher, port int)

Start the websocket server, each peer connecting to this websocket will be added as a connection to the dispatcher

Types

type Packet

type Packet struct {
	Type    string      `json:"type"`
	Payload interface{} `json:"payload"`
}

Packet is the JSON representation of an UAVTalk package, the Data field contains the common JSON representation. More infos at https://wiki.openpilot.org/display/WIKI/UAVTalk Warning: the link above might not be totally true in Taulabs, better read the code than the doc.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL