-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
MQTT LocalQueue Connection by G Open Source Project for LabVIEW - Toolkit for LabVIEW Download
Version | 4.0.0.5 |
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 |
Dependencies | labview_open_source_lib_unicity labview_open_source_project_lib_mqtt_connection labview_open_source_project_lib_connection |
Used By | labview_open_source_project_lib_mqtt_client labview_open_source_project_lib_mqtt_broker |
Project links | Homepage |
Description
LV-MQTT-LocalQueue-Connection
https://github.com/LabVIEW-Open-Source/MQTT-Connection-LocalQueue
This package is an example for how to create a new specific connection package based on the abstract Connection class. The local queue implementation can be used for integration testing when a network connection is not available and when network functionality os not the goal of the test. It can also be used to provide inter-process communication in a way where the connection is injectable at runtime, thus making it possible to change the course of communication through a message-abstarction layer with little pain.