Best MQTT (2022 - present)
2022, Jan 04
About
MQTT is an OASIS standard messaging protocol for the Internet of Things (IoT). It is designed as an extremely lightweight publish/subscribe messaging transport that is ideal for connecting remote devices with a small code footprint and minimal network bandwidth. MQTT today is used in a wide variety of industries, such as automotive, manufacturing, telecommunications, oil and gas, etc.
Best MQTT built on top of Best HTTP/2 to use the best available solution under Unity3D. By using Best HTTP/2 it can target the same platforms, including WebGL and use it for TCP and WebSocket transports, reduce memory usage with BufferPools, secure connecctions with TLS and use its logging infrastructure.
Features
- Full support of MQTT v5 features
- TCP and WebSocket transports with and without TLS
- QoS 0, 1 and 2 support on all platforms including WebGL
- Persistent Sessions
- All source code included
- Name and password authentication
- Client certificate authentication using the TLS Security Addon
- Wildcard topic filters
- Last wills
- Easy to use API
Supported OSs/Platforms:
- WebGL
- Mobile platforms (Android, iOS)
- Desktop (Windows, Linux, MacOS)