You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Windows: Add the `paho-mqtt3c.dll` to the kdb+ lib directory e.g. `C:\q\w64`for 64-bit.
47
+
- Windows: Add the `paho-mqtt3c.dll`and `paho-mqtt3cs.dll`to the kdb+ lib directory e.g. `C:\q\w64`for 64-bit.
48
48
3. Download the latest release of the mqtt interface from our [releases page](https://github.com/KxSystems/mqtt). To install shared library and q files, use:
49
49
50
50
# Linux/MacOS
@@ -65,7 +65,7 @@ MQTT is used commonly for constrained devices with low-bandwidth, high-latency o
65
65
```bash
66
66
67
67
]$ mkdir paho_mqtt_c
68
-
]$ tar xzf Eclipse-Paho-MQTT-C-1.3.8-Linux.tar.gz -C paho_mqtt_c/ --strip-components=1
68
+
]$ tar xzf Eclipse-Paho-MQTT-C-1.3.11-Linux.tar.gz -C paho_mqtt_c/ --strip-components=1
69
69
]$ cd paho_mqtt_c/
70
70
paho_mqtt_c]$ export MQTT_INSTALL_DIR=$(pwd)
71
71
@@ -102,11 +102,12 @@ MQTT is used commonly for constrained devices with low-bandwidth, high-latency o
102
102
```bat
103
103
104
104
> mkdir paho_mqtt_c
105
-
> 7z x eclipse-paho-mqtt-c-win64-1.3.8.zip -opaho_mqtt_c
105
+
> 7z x eclipse-paho-mqtt-c-win64-1.3.11.zip -opaho_mqtt_c
0 commit comments