6 years, 9 months ago.

Mqtt without internet

Hi friends, I'm doing SmartGarden project using esp8266 nodeMCU and MQTT. It's working fine with internet connection.

but, the system needs to be work without internet connection.

is it possible? will mqtt work without internet connection (intranet).

if it is possible please guide me.

thanks in advance.

use https://mosquitto.org/ as server if you know how to setup broker and clients

broker (is centralized collector in your case is intranet) need just to install and run as default

- use mqtt clients (you have a sample too) from there https://developer.mbed.org/teams/mqtt/code/HelloMQTT/

other things is your imagination

posted by VALON HOTI 27 Jul 2017
Be the first to answer this question.