MQTT - Unity interface
Table of Contents
[!WARNING] This documentation is set to be partialy merged with the API documentation for Unity.
Project description
This repository contains the scripts needed within Unity to create an interface between MQTT and Unity. Its main functionality is to receive and sent real-time messages
from topics
on the MQTT Broker. These messages
are processed within Unity as strings
, for other types use TryParse
.