OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

mqtt message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] Commented: (MQTT-99) Add non TCP transport protocol examples.


    [ http://tools.oasis-open.org/issues/browse/MQTT-99?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35451#action_35451 ] 

Raphael Cohen commented on MQTT-99:
-----------------------------------

How about adding at least UNIX domain sockets with a small piece of guidance for BSD sockets, eg

eg make sure the family is set to AF_UNIX and the socket type to SOCK_STREAM:-

    socket(AF_UNIX, SOCK_STREAM, 0)

I think it's best to not add SCTP / SOCK_SEQPACKET like sockets at this time, as they (rather conveniently) take care of framing (records). A SCTP binding for a future version of MQTT would be very powerful indeed (eg as a way of managing Al S-M's subscription ids)...


> Add non TCP transport protocol examples.
> ----------------------------------------
>
>                 Key: MQTT-99
>                 URL: http://tools.oasis-open.org/issues/browse/MQTT-99
>             Project: OASIS Message Queuing Telemetry Transport (MQTT) TC
>          Issue Type: Improvement
>            Reporter: Andrew Banks
>
> The list of example network transports at line 1232 in WD15 is:
> Non normative comment.
> The initial transport protocol used to carry  MQTT was TCP/IP as defined in IETF RFC [RFC793]. The following are also suitable:
> •	TLS [RFC6455]
> •	WebSockets [RFC5246]
> Should we add some non TCP based examples?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tools.oasis-open.org/issues/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]