edfungus / Crouton

Crouton MQTT IOT Dashboard
http://crouton.mybluemix.net/
Other
291 stars 69 forks source link

Added support for CloudMQTT: secure websockets + higher port range. #4

Closed wickwire closed 8 years ago

wickwire commented 8 years ago

I'm using ESP8266 modules for IoT and while I already had a custom, outdated web application running with MEAN.js, I spotted your project on esp8266.com and decided to use it instead.

Turns out I'm using CloudMQTT as the MQTT broker and in order to get it to work, I had to perform the following changes to your code:

I'm quite new to jade, polymer and the likes, in any case I tried following the code style as much as possible. It is currently working for me, so I thought it might be of use to others as well.

wickwire commented 8 years ago

Added another commit to fix the sanitizer error messages on Firefox.

wickwire commented 8 years ago

Shouldn't have added another commit here, will close this pull request, sort things out on my fork and issue separate pull requests, sorry