Hacker News new | ask | show | jobs
by bizzleDawg 3968 days ago
I've found MQTT really useful in M2M/IoT situations, but I often found that I wanted to make use of existing HTTP based web solutions in combination with my MQTT networks.

As the first thing on my wishlist, I recently made a little python library [1] to aid people in pushing selected MQTT events to KeenIO[2]. It's mainly for development and testing, but I've found it pretty useful in my applications.

[1]: https://github.com/ZoetropeLabs/keenmqtt [2]: https://keen.io