Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ff-plugins-active/ff_mqtt_async
Eclipse paho based Async MQTT client (subscriber and publisher) plugin for Unreal Engine 5
https://github.com/ff-plugins-active/ff_mqtt_async
digital-twin iot iot-application iot-platform mqtt mqtt-client mqtt-protocol paho paho-mqtt paho-mqtt-apis paho-mqtt-client ue5 ue5-plugin ue5-project ue5-template
Last synced: 2 months ago
JSON representation
Eclipse paho based Async MQTT client (subscriber and publisher) plugin for Unreal Engine 5
- Host: GitHub
- URL: https://github.com/ff-plugins-active/ff_mqtt_async
- Owner: FF-Plugins-Active
- License: mit
- Created: 2024-09-01T23:23:51.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-28T12:34:20.000Z (3 months ago)
- Last Synced: 2024-10-28T16:16:13.783Z (3 months ago)
- Topics: digital-twin, iot, iot-application, iot-platform, mqtt, mqtt-client, mqtt-protocol, paho, paho-mqtt, paho-mqtt-apis, paho-mqtt-client, ue5, ue5-plugin, ue5-project, ue5-template
- Language: C
- Homepage:
- Size: 1.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FF_MQTT_Async
This is an Eclipse Paho C library based Async MQTT client (subscriber and publisher) plugin for Unreal Engine 5.## THIRD PARTY LIBRARY
https://github.com/eclipse/paho.mqtt.c## DEPENDENCY
https://github.com/FF-Plugins-Active/FF_MQTT_Sync## ROADMAP
* Android Platform support* ## TUTORIAL
* I assume you to know how can you connect an MQTT broker.
* You can see a sample blueprint in "Content/BPs" folder. Just change connection informations based on your broker.
* You need to put on of these protocols before URL "mqtt://", "mqtts://", "ws://", "wss://", "ssl://"
* You need to put port after the URL
* Other than these, there is no documentation.## LICENSE
I share this with MIT because I don't want to restrict you about your commercial projects. But you can't "sell" this plugin on any marketplace. You can merely "share" it as "free" with "credit".