Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] MQTT v5 - Interop

Hi Ian,

Thank you for the email. Looking at the earlier communication on RSMB, I am little worried about using RSMB.

So, if there is a roadmap for the MQTT-SN support that would be great.

Regards, Santos

On Fri, Jan 20, 2017 at 9:15 PM, Ian Craggs <icraggs@xxxxxxxxxxxxxxxxxxxxxxx> wrote:

Santos,

there was a discussion within the MQTT V5 standardization committee about transports other than TCP/IP, but there was no agreement for widening the scope of MQTT in that way at this time.  So, currently this falls under the remit of MQTT-SN, for which we are developing an MQTT gateway within Paho, and a recent blog post by Benjamin Cabe gives a good example:

https://blog.benjamin-cabe.com/

albeit using RSMB rather than the Paho gateway.  I think that MQTT-SN is the way to go for now, although it isn't a standard.

Ian


On 01/20/2017 02:42 PM, Santos Das wrote:
Hi,

As you see LWM2M started talking about Non-IP for LWM2M. Is there any road map for MQTT clients to talk over Non IP?

My apologies as this is definitely a different topic :-)

Thanks, Santos



On Fri, Jan 20, 2017 at 7:53 PM, Ian Craggs <icraggs@xxxxxxxxxxxxxxxxxxxx.uk> wrote:

Thanks Christoph, I was about to talk about MQTT v5 activities.  As well as server/client development, we should take this opportunity before the specification is finalized to feed back suggestions to the OASIS Technical committee.  The mailing list is here:

https://www.oasis-open.org/committees/comments/index.php?wg_abbrev=mqtt

There will be a 90 day period public review period soon, before it is finalized, but the sooner any comments are made, the better.  Once the specification is finalized, we'll have to live with the consequences for a long time!

James has completed a Java MQTT packet library, and aims to build on that for a complete client.  We took the view that a totally new client was appropriate, given the differences in the standards, and that the old client had so much historical baggage.  It does mean that an application would have to be coded differently from V5 to V3, but the extra features in V5 are substantial, so that writing common code for both V5 and V3 is probably not worthwhile.

Ideally, I would like to get a V5 Paho (Python) test broker up and running as soon as I can, but that will depend on my ability to fit it in.  (James has just offered to help me with that.)

Ian


On 01/20/2017 08:55 AM, Krey Christoph wrote:
I think the community would benefit from an status update on v5 implementation projects and interoperability testing opportunities.

To make a start for MQTTClient Objective-C https://github.com/ckrey/MQTT-Client-Framework :

- I assume the v5 spec to be quite stable.
- I will start implementing client side v5 now and will use any publically available broker for testing.

Cheers
   Christoph





Von meinem iPhone gesendet


_______________________________________________
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
Eclipse Paho Project Lead; Committer on Eclipse Mosquitto;
Tech Lead in IBM Watson IoT Platform

_______________________________________________ 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
-- 
Ian Craggs                          
icraggs@xxxxxxxxxx                 IBM United Kingdom
Eclipse Paho Project Lead; Committer on Eclipse Mosquitto;
Tech Lead in IBM Watson IoT Platform


_______________________________________________
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