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



In discussing 3.1.1 updates for the _javascript_ client, Al agreed that we should merge the develop branch over.  I will do this in the next day or two, unless anyone has any reason I should wait...

Ian


On 03/08/2014 01:21 PM, Andy Piper wrote:
I've asked Al about getting the Java develop branch merged over to master recently, I don't think we arrived at a conclusion or date as there was some other incoming fix I think, but I'd like to see that happen soon.

I hadn't been keeping a close eye on the _javascript_ client progress but I agree that it would be nice to see that updated too, lots of folks are starting to use it.

The wiki discussion on wss interoperability specifies that there should be a /mqtt path https://wiki.eclipse.org/Paho/Paho_Websockets so I assume that should remain the same, and be configured appropriately. Over to Roger?



On Fri, Mar 7, 2014 at 6:23 PM, Nicholas O'Leary <nick.oleary@xxxxxxxxx> wrote:
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



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




--
Andy Piper | Kingston upon Thames, London (UK)
blog: http://andypiper.co.uk   |   skype: andypiperuk
twitter: @andypiper  |  images: http://www.flickr.com/photos/andypiper


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

-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Comitter on Paho, Mosquitto


Back to the top