MQTT Connection by G Open Source Project for LabVIEW - Toolkit for LabVIEW Download

Version | 4.0.0.25 |
Released | May 09, 2022 |
Publisher | G Open Source Project for LabVIEW |
License | 0-BSD |
LabVIEW Version | LabVIEW>=13.0 |
Operating System | Windows, Mac, and Linux |
Project links | Homepage |
Description
LV-MQTT-Connection
https://github.com/LabVIEW-Open-Source/MQTT-Connection
This package consists the fundamental building blocks for building MQTT clients and servers:
- Session
- MQTT Base class to generically handle packets (overridable as client or server patterns)
It currently supports version 3.1.1 of the MQTT protocol (Protocol Level 4).
These classes can be used as the basis for client and server by providing a clean and easy control packet handling scheme via OOP.
Release Notes
MQTT Connection class now inherits from the common Connection base class, which merges the other libraries' dependencies into a common non-MQTT-related stack.
This is a breaking change to MQTT Stack 3.x, although a simple relink to class would suffice.
I'm reving up the major version to indicate that all the MQTT stack should follow to version 4.x
Recent Posts
LabVIEW Open Source Project Presentation
The LabVIEW Open Source Project is a collection of LabVIEW code in the best tradition of open sourc… by Francois Normandin, 3 years ago, 0 |
|