File | Date | Author | Commit |
---|---|---|---|
doc | 2022-09-21 |
![]() |
[1f304c] * doc/mkfuncdocs.py: use latest script |
inst | 2022-09-23 |
![]() |
[beb72a] * inst/@octave_mqtt/subscribe.m: add info on ca... |
src | 2023-02-19 |
![]() |
[c24002] Check for octave base value m_count vs count |
.hgtags | 2022-08-18 |
![]() |
[6fb787] Added tag release-0.0.3 for changeset abf9546ea43b |
COPYING | 2022-06-22 |
![]() |
[1fea48] Initial import of code |
DESCRIPTION | 2022-09-27 |
![]() |
[1c7b5b] * DESCRIPTION: use correct url for webpage |
INDEX | 2022-06-22 |
![]() |
[e074bf] update texinfo docs |
Makefile | 2022-10-13 |
![]() |
[27c9aa] * Makefile: add runplace rule |
NEWS | 2022-08-18 |
![]() |
[abf954] maint: bump version to 0.0.3 for release |
README.md | 2022-06-30 |
![]() |
[759bb4] update for release |
This is a basic implementation of the Matlab toolkit extension.
The toolkit requires the paho-c library.
the board.
To install, run the octave package manager:
To install from source forge:
pkg install https://sourceforge.net/projects/octave-mqtt/files/vXXXXXXX/octave-mqtt-XXXXXXX.tar.gz/download
To install from a local tarball.
pkg install octave-mqtt-XXXXXXX.tar.gz
Where XXXXXXX is the version of the the downloaded tarball.
Load the octave-mqtt package.
pkg load mqtt
Connect to a server using the mqttclient function
Use the subscribe, read and write commands to read and write data