Send command/data from Android directly to Embedded System via MQTT protocol
Home - Send command/data from Android directly to Embedded System via MQTT protocol
Hi, I want to send command/data from Android directly to Embedded via MQTT protocol; For instance, when I press a button in my Mesosfer Android app, it directly sends a command to turn on/off the lamp to my embedded system, and it will process that command in ‘real time’.
I’m planning to use an additional library, the Paho Android MQTT client library by Eclipse, but I’m wondering if there is a more efficient way to get it done without using an additional library (just using Mesosfer API)?
Thank you 🙂
Hi Aditya,
Unfortunately, Android SDK for sending command to Embedded via MQTT has not avaliable. We will try provide it later.
For a while you can using and additional library such as Paho according to your plan.
Thanks.
Okay, thank you for your answer. Hope you will be able to provide it soon.