I have spent the last two days trying to understand MQTT as I have never used it. There are some good tutorials to be found but I am still unsure.
I need to connect an android (6.0) tablet to multiple other devices probably running B4R. I have no network to connect to and no 3G.
I think I need a Wifi Access Point + MQTT Broker for the tablet and then MQTT clients for the other devices. I have collected enough information to get the MQTT working (hopefully!) but the WifiAP has me a little stumped.
Am I right in thinking that Wifi AP = SocketServer + Socket + AsyncStreams?
I need to connect an android (6.0) tablet to multiple other devices probably running B4R. I have no network to connect to and no 3G.
I think I need a Wifi Access Point + MQTT Broker for the tablet and then MQTT clients for the other devices. I have collected enough information to get the MQTT working (hopefully!) but the WifiAP has me a little stumped.
Am I right in thinking that Wifi AP = SocketServer + Socket + AsyncStreams?