Local broker (MQTT) based Publish/Subscribe using Android Application
问题 In my current project, I am using MQTT local broker based implementation and setup using this link. The local broker based MQTT implementation is working perfectly. At initially, I am using Node.js publisher and subscriber with this local broker to enable the exchange of messages and it works without internet connection also (as these devices are connected to the same network, mqtt API for local broker based implementation is like http://192.168.0.105 ). Now, I would like to replace Node.js