Skip to content

A completely local queue-based implementation of the MQTT Connection class

License

Notifications You must be signed in to change notification settings

LabVIEW-Open-Source/MQTT-Connection-LocalQueue

Repository files navigation

MQTT-Connection-LocalQueue

A completely local queue-based implementation of the MQTT Connection class

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.

About

A completely local queue-based implementation of the MQTT Connection class

Resources

License

Stars

Watchers

Forks

Packages

No packages published