Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] Websockets on iot.eclipse.org not working

Hi James,

It should be offering both /ws and /mqtt on port 80 actually. Those are both going through apache+mod_websocket_mosquitto. Mosquitto itself is listening on port 8081 and doesn't care what you put as the path component.

Cheers,

Roger


On Thu, Sep 24, 2015 at 2:51 PM, James Sutton1 <james.sutton@xxxxxxxxxx> wrote:
Hi Benjamin,
 
Ahh that's it, I'd been looking at https://wiki.eclipse.org/Paho/Paho_Websockets and assumed it was /mqtt. I'll change the online utility to use that as the default path.
 
Kind regards,
 
James Sutton
Software Engineer - IoT Foundation - MQTT Open Source Projects
Technical Trojan - Wimbledon Project

Phone: 01962 815438 | Extension: x372454
E-mail: james.sutton@xxxxxxxxxx
Personal Website: www.jsutton.co.uk
Find me on:      
IBM

Hursley Park
HursleySO212JN
United Kingdom
 
IBM United Kingdom Limited Registered in England and Wales with number 741598 Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU
 
 
----- Original message -----
From: Benjamin Cabé <benjamin@xxxxxxxxxxx>
Sent by: paho-dev-bounces@xxxxxxxxxxx
To: General development discussions for paho project <paho-dev@xxxxxxxxxxx>
Cc:
Subject: Re: [paho-dev] Websockets on iot.eclipse.org not working
Date: Thu, Sep 24, 2015 11:52 AM
 
The websockets interface is at /ws. I suspect you might be using /mqtt, maybe?

ws://iot.eclipse.org/ws

Benjamin

Le 24 sept. 2015 12:19, James Sutton1 <james.sutton@xxxxxxxxxx> a écrit :
>
> Hi,
>  
> I thought that the iot.eclipse.org server was compatible with websockets. But I've not been able to connect to it using the _javascript_ (and now java) clients. I've tried port 1883 and port 80 and neither have worked.
>  
> Any ideas?
>  
>  
> Kind regards,
>  
> James Sutton
> Software Engineer - IoT Foundation - MQTT Open Source Projects
> Technical Trojan - Wimbledon Project
> ________________________________
> Phone: 01962 815438 | Extension: x372454
> E-mail: james.sutton@xxxxxxxxxx
> Personal Website: www.jsutton.co.uk
> Find me on:      
>
>
> Hursley Park
> Hursley, SO212JN
> United Kingdom
>  
> IBM United Kingdom Limited Registered in England and Wales with number 741598 Registered office: PO Box 41, North Harbour, Portsmouth, Hants. PO6 3AU
>
_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev
 


_______________________________________________
paho-dev mailing list
paho-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top