> For the complete documentation index, see [llms.txt](https://wiki.bitpool.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.bitpool.com/niagara-connectors/niagara-mqtt-driver-module.md).

# Niagara MQTT Driver Module

## Getting Started

The Bitpool MQTT driver extends the capability of Niagara to publish and subscribe to data outside the Niagara ecosystem.

## How to Use

Use the following procedure to install the MQTT driver to a N4.x Niagara installation.

### Quick Install

1. `Select and download` the appropriate `zip` (below) for you target Niagara installation.
2. `Unzip` the contents and copy to the `Niagara` modules folder, next restart the `Niagara` station.
3. From the `Palette` pane in `Workbench`, click the folder icon to select the driver `MQTT Pub/Sub Driver`.
4. Drag the `MqttNetwork` driver from the Palette, to the Navigation Tree (Station->Config->Drivers).
5. Drag the `MqttSubscribe` or `MqttPublish` device from the `Palette` and place under new ‘MqttNetwork’.

### Deep Dive

> For a complete guide to installing an configuring the MQTT driver in Niagara, please refer to the latest `PDF` listed in the table below.

## Downloads

### Version History

<table><thead><tr><th width="131">Version</th><th width="218" data-type="files">Driver</th><th width="346" data-type="files">Documentation</th><th width="107">Niagara Version</th><th>Comments</th><th data-hidden data-type="files"></th></tr></thead><tbody><tr><td>1.002.002</td><td><a href="/files/aNdr10oNd4Xs6zPwDjcz">/files/aNdr10oNd4Xs6zPwDjcz</a></td><td><a href="/files/XsITC5OtkDJTLLBXKAFD">/files/XsITC5OtkDJTLLBXKAFD</a></td><td>4.11</td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td><td></td><td></td><td></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.bitpool.com/niagara-connectors/niagara-mqtt-driver-module.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
