Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 783 Bytes

README.md

File metadata and controls

46 lines (26 loc) · 783 Bytes

Octave MQTT Toolkit


Introduction

This is a basic implementation of the Matlab toolkit extension.

Requirements

The toolkit requires the paho-c library. the board.

Installing

To install, run the octave package manager:

  1. To install from online:

    pkg install -forge mqtt

  2. To install from a local tarball.

    pkg install octave-mqtt-XXXXXXX.tar.gz

    Where XXXXXXX is the version of the the downloaded tarball.

Usage:

  1. Load the octave-mqtt package.

    pkg load mqtt

  2. Connect to a server using the mqttclient function

  3. Use the subscribe, read and write commands to read and write data

Known limitations and bugs