Class: MqttForwarder

MqttForwarder(params)

Forwards OSD telemetry data to an MQTT broker. Requires the optional mqtt package — install with npm install mqtt.

Constructor

new MqttForwarder(params)

Parameters:
Name Type Description
params

MQTT broker URL and clientId.

Source:

Methods

pushData()

Publish a telemetry frame to the ryze.tello topic.

Publish a telemetry frame to the ryze.tello topic. Skips mpry and mid fields.

Source: