hsaturn / TinyMqtt

ESP 8266 / 32 / WROOM Small footprint Mqtt Broker and Client
GNU General Public License v3.0
183 stars 40 forks source link

broker without WiFi but "Ethernet.h" connection #48

Closed AlesSt closed 1 year ago

AlesSt commented 1 year ago

Hi,

I am searching for ESP32 MQTT broker library (esp connected with W5500 instead of WiFi) but havent had much luck :)

In feature list you state: Standalone (can work without WiFi) (degraded/local mode) => Degraded? meaning without any net connection? as I couldnt make it work with Ethernet lib.

hsaturn commented 1 year ago

Hi

Yes, you can have in one ESP a Mqtt broker living with one or more MqttClient without wifi. So any mqttclient can send/receive topics to/from the other client.

The broker can be connected or not to the network.