Pointcaster User Manual
Attachments
History
Blame
View Source
A - Z
Changelog
Documentation
Toggle dark mode
Login
Menu
pointcaster.net
Home
A - Z
Page Index
Development
Building Pointcaster
Devices
Azure Kinect
Orbbec Femto Mega
Orbbec Pulsar SL450
PLY File Loader
Home
Integrations
TouchDesigner
Unity
Operators
Cluster Extraction
Range Filter
Publishers
MQTT
User Interface
Keyboard Shortcuts
An Otter Wiki
Publishers
MQTT
86e41a
Commit
86e41a
2026-09-02 01:04:39
Matt Hughes
: -/-
publishers/mqtt.md
..
@@ 1,5 1,25 @@
## MQTT
+
#### Supported Network Protocols
+
The network protocol used by the MQTT publisher is selected through Broker URI's prefix.
+
The following network protocols can be selected (assuming they are supported by the broker):
+
- `mqtt://<host>:<port>`
+
- TCP, insecure, fine for must use cases
+
- `tcp://<host>:<port>`
+
- same as above, alias for `mqtt://`
+
- `mqtts://<host>:<port>`
+
- TCP using SSL/TLS
+
- `ssl://<host>:<port>`
+
- same as above, alias for `mqtts://`
+
- `ws://<host>:<port>`
+
- Insecure websockets
+
- `wss://<host>:<port>`
+
- Secure websockets
+
- `unix://<path>`
+
- A UNIX-domain socket
+
- *nix only
+
- Broker must be located on the same physical hardware
+
---
::: buttonlink
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9