Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] MQTT clientfor ZeroMQ

Hello,

ZeroMQ can do sockets, HTTP/Websocket/Telnet e.t.c. protocol transports and this
can be done peer to peer. It would far more efficient to use MQTT over 0MQ
Websockets for instance, in my view.
An MQTT to 0MQ bridge can be coded for instance,  but I'm hoping someone can
shed light on how to keep this as light as possible.
Cheers,
Abdul Hakeem

-----Original Message-----
From: paho-dev-bounces@xxxxxxxxxxx [mailto:paho-dev-bounces@xxxxxxxxxxx] On
Behalf Of Ian Craggs
Sent: Monday, November 9, 2015 12:18 PM
To: paho-dev@xxxxxxxxxxx
Subject: Re: [paho-dev] MQTT clientfor ZeroMQ

I don't.  But doesn't ZeroMQ provide similar facilities to MQTT? Does it
make sense to run MQTT over ZeroMQ?

Secondly, the Paho embedded client is intended to make it easy to port
to different network interfaces.  You have to write a very small module
for the network specific code, the rest stays the same.

Ian

On 11/08/2015 10:11 PM, Abdul Hakeem wrote:
> Hello,
> Does anyone have knowledge of an embedded MQTT client running over
ZMTPZWS/ZHTTP
> or plain ZeroMQ sockets over TCP ?
>
>
> Regards,
> Abdul Hakeem
>
>
> _______________________________________________
> 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

--
Ian Craggs
icraggs@xxxxxxxxxx                 IBM United Kingdom
Paho Project Lead; Committer on Mosquitto

_______________________________________________
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