Using MQTT in Unity

Does anyone know if there are any libraries / packages etc… available to add MQTT pub/sub messaging support to Unity scripting?

1 Like

I used this library https://m2mqtt4unity.codeplex.com
It includes usage examples and is pretty straightforward I feel.
I used his library in one of my IoT demo videos:
https://www.youtube.com/watch?v=2zoZPAYiEfI

I’m sure more libraries will be available for Unity as IoT development becomes even more main stream.

Hope this helps.

How to Use M2mqtt in unity to Connect Asynchronously to Broker ?