petkov / http_to_mqtt

HTTP to MQTT bridge
89 stars 64 forks source link

Refactorings and added ability to subscribe to topics. #2

Closed BrettSheleski closed 7 years ago

BrettSheleski commented 7 years ago

I was going to write a node app to handle my need to publish to my MQTT broker from my Plex server using Plex's webhooks feature. Instead of reinventing the wheel, I came across your project, forked it, and added what I needed.

Things I did:

Nothing I did should have modified existing behavior. Of course you may want to doublecheck that :).

BrettSheleski commented 7 years ago

Is there any interest in merging this? I do have some other changes that you may also be interested in.

petkov commented 7 years ago

Wow! Impressive work. Sorry for a delayed response. I've merged you changes into the http_to_mqtt repository and will give you access to this project.

BrettSheleski commented 7 years ago

Cool. Thanks!