njouanin / hbmqtt

MQTT client/broker using Python asynchronous I/O
MIT License
795 stars 188 forks source link

Add support for Unix socket #222

Open nfsnfs opened 3 years ago

nfsnfs commented 3 years ago

Add support to use unix socket as mqtt channel.

FlorianLudwig commented 3 years ago

Hi @nfsnfs

hbmqtt has been deprecated by it's author. We created a fork here: https://github.com/Yakifo/amqtt

I like this change and would like to include it in our fork.

Would you be interested to create your MR there as well?

Also, would you be willing to write a test for it?

Thanks :)

nfsnfs commented 3 years ago

Hi @FlorianLudwig ,

Got it. I will find some time to send this PR (including test) to amqtt.

Thanks!