HeimgardTechnologiesAS / homecontrol-mqtt

Software to enable you to make your own IoT devices and connect them to Home Control AS powered smart home systems.
https://www.homecontrol.no
MIT License
5 stars 3 forks source link

Issue platform wrappers #37

Closed sekyHC closed 5 years ago

sekyHC commented 6 years ago

I am working on separating homecontrol-mqtt library from all platform dependent calls. I have removed all references to pubsub client. This will allow us to easily port library to STM, mbed and so on. We just need to write wrappers that are just translation between our library and some mqtt library, and we need to provide access to hardware calls (debug led, millis, ethernet, wifi)

sekyHC commented 6 years ago

Tested on/off example with nodeMCU, WIZ5100 and WIZ5500