MQTT v0.3.3 MQTT.Client View Source

An MQTT client.

Link to this section Summary

Functions

Connect to an mqtt broker.

Disconnect from an mqtt broker.

Publish a message to a topic.

Publish a message to a topic.

Synchronously subscribe to a set of topics.

Unsubscribe from a set of topics.

Link to this section Functions

Connect to an mqtt broker.

Disconnect from an mqtt broker.

Link to this function

publish(connection, topic, message)

View Source

Publish a message to a topic.

Link to this function

publish(connection, topic, message, opts)

View Source

Publish a message to a topic.

Link to this function

subscribe(connection, topics)

View Source

Synchronously subscribe to a set of topics.

Link to this function

unsubscribe(connection, topics)

View Source

Unsubscribe from a set of topics.