hsaturn / TinyMqtt

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

zeroconf #24

Open conaito opened 2 years ago

conaito commented 2 years ago

Any idea when zeroconf will be implemented? Its sounds like a great feature! Also, are there a chance to get websockets supported? How much clients (on broker) can currently supported/handle by a esp32 ?

valientegaston commented 2 years ago

I wanna know too :)

hsaturn commented 1 year ago

Hello

I'm back on TinyMqtt after some months.

First of all I've to fix some reported bugs. Next I will be able to spend time on zeroconf.

I have no planning for zeroconf yet, even if I'd like it to be implemented. (I maintain this topic opened so I keep it in mind)

hsaturn commented 1 year ago

Still thinking about this. But things had to be done. Recently wildcards has been added to the broker.

Regards

AlesSt commented 1 year ago

As far as I ve read stuff max clients should be 16 but lwip supports max 10 meaning 9 clients + 1 socket needs to be opened for listening for new clients. So it should be max 9 clients.