Releases: openDAQ/MQTTStreamingModule
Releases · openDAQ/MQTTStreamingModule
Dev-preview v0.1.0
Overview
Initial development preview version of the openDAQ MQTT protocol integration. The module is currently targeted at the following openDAQ main branch commit: openDAQ/openDAQ@41396d1
The initial release of the driver is aimed at the openDAQ 3.40.0 release.
Testing notes
The release contains the Linux and Windows 64bit Release shared libraries. Additionally, the Python wheels for Windows and Linux, built with the target main commit of openDAQ are attached.
To test with Python, install the wheel corresponding to your OS and Python installation via py -m pip install ./wheel_name and either:
- Specify the .so/.dll location as an additional module path in the instance builder
- Copy the .so/.dll to the openDAQ pip package installation modules folder (find it via
py -m pip show opendaq)
See the repository README for notes on usage .