octoblu / meshblu

Meshblu is a cross-protocol IoT machine-to-machine messaging system.
https://meshblu.readme.io/
MIT License
816 stars 181 forks source link

Installing on windows #75

Closed mcinnes01 closed 9 years ago

mcinnes01 commented 9 years ago

Hi,

I am trying to install on windows server 2012, but am struggling to get started and wondered if you can provide a little guidance?

Also I already have mosquitto running mqtt is it possible to configure to work with my existing mqtt broker?

Many thanks

Andy

chrismatthieu commented 9 years ago

We only have a couple of non-javascript modules including: socket.io native bindings and multicast DNS. Socket.io falls back to javascript and you can ignore the MDNS errors. They should compile file if your Windows server has Visual Studio. If not, don't worry about these errors.

Yes, you can use Mosquito for MQTT instead of Mosca. Both work fine.