-->
Page 1 of 1

EasyIoT vs MQTT implementation

PostPosted: Wed May 27, 2015 8:58 am
by vazquezjm
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!

Re: EasyIoT vs MQTT implementation

PostPosted: Thu May 28, 2015 4:25 am
by tytower
Would the esp8266 processor not handle it on its own ? ESP12 boards have 16 pins and so lots of GPIO pins to use

Re: EasyIoT vs MQTT implementation

PostPosted: Thu May 28, 2015 8:19 am
by vazquezjm
I need to read analog sensors and send commands to actuators, that's why I need and Arduino board.

Re: EasyIoT vs MQTT implementation

PostPosted: Mon Jun 01, 2015 12:23 pm
by GeorgeHahn
Check out OpenHAB for a front end over MQTT.