gnu-octave / octave-mqtt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:M4 39.4%Language:C++ 23.1%Language:MATLAB 15.8%Language:Makefile 10.9%Language:Shell 10.4%Language:C 0.3%