The use of the ESP8266 in the world of IoT

User avatar
By vazquezjm
#18604 I'm designing my home automation architecture and considering both MQTT (Mosquitto on a RPi) and EasyIoT.

MQTT Pros:
  • Open architecture
  • Supported by most hardware and software platforms
  • Low footprint
  • Fast
  • Very active and growing community

MQTT Cons:
  • Need to code the whole app including front-end

EasyIoT Pros
  • Everything is done :)

EasyIoT Cons:
  • Not native RPi server (Mono dependant)
  • Proprietary (?) / No community behind it (my main concern is the continuity of the project)
  • Not open source server code

Would like to read your opinions. TIA!