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] (MQTT-265) Allow MQTT to function across connectionless transports (like UDP)


Ian Craggs created MQTT-265:
-------------------------------

             Summary: Allow MQTT to function across connectionless transports (like UDP)
                 Key: MQTT-265
                 URL: https://issues.oasis-open.org/browse/MQTT-265
             Project: OASIS Message Queuing Telemetry Transport (MQTT) TC
          Issue Type: Improvement
          Components: futures
    Affects Versions: 3.1.1
            Reporter: Ian Craggs
            Priority: Critical


To work on connectionless, unreliable network transports (UDP is the most important, perhaps canonical example), packet retries are essential.

Some transports may not guarantee the integrity of packets, but I don't think we should introduce error correction into MQTT due to the complexity.  If you want to implement MQTT over such transports, then you would have to add error correction yourself (outside of MQTT).

I propose we should use the characteristics of UDP as the basis for requirements on the underlying connectionless transports.




--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


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