Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] MQTT over WebSockets on iot.eclipse.org's broker

What we really need to do is promote develop to master so people don't use a version of code which is getting quite old and contains bugs like this.

I know it has been mentioned, but, looking at my fellow committers, what concrete steps can we take to make it actually happen in the next week?

Nick


On 7 March 2014 14:45, Benjamin Cabé <benjamin@xxxxxxxxxxx> wrote:
Hello all,

You may or may not have noticed that the live greenhouse demo on iot.eclipse.org [1] is fixed. It now uses MQTT over WebSockets to consume the data published by the greenhouse. 
However, I have one quick Q regarding the way the Mosquitto sandbox is setup on iot.eclipe.org: according to [2] it seems that the path portion of the URL should be /mqtt, but it looks like it is setup as /ws . It’s probably no big deal but the way the master version of the JS client [3] is coded (i.e. /mqtt path hardcoded) makes me think that we may want to use /mqtt for our sandbox server? Note that the develop version allows to provide a full ws:// URL, so granted that people know the URL is ws://iot.eclipse.org/ws, they will be fine.

So long story short: should we change the WS URL for the iot.eclipse.org sandbox to ws://m2m.eclipse.org/mqtt ?

Thanks,
Benjamin.



_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/paho-dev



Back to the top