1 / 12

MQTT Technical Committee at OASIS

Outline for Summary of Charter. MQTT Technical Committee at OASIS. This Presentation only contains highlights of the OASIS MQTT Charter for discussion purposes, it is not a substitute for it. Primary Need and Applicability.

sheba
Télécharger la présentation

MQTT Technical Committee at OASIS

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Outline for Summary of Charter MQTT Technical Committee at OASIS

  2. This Presentation only contains highlights of the OASIS MQTT Charter for discussion purposes, it is not a substitute for it.

  3. Primary Need and Applicability • A simple, predictable, and easy to implement message protocol for connecting embedded and mobile devices such as physical sensors, controllers, and smart phones with servers used in Web, enterprise, and other applications • Support implementations on devices with limited power, processor or memory resources • Connect to a range of web services and enterprise middleware in network constrained environments where networks may present combinations of • low bandwidth • intermittent connectivity • unpredictable reliability • high data cost.

  4. Key Requirements • An open publish/subscribe protocol for telemetry messaging • Bi-directional messaging to uniformly handle both signals and commands. • Determinable delivery of messages over intermittent, limited bandwidth networks • Basic Quality of Service (QoS) levels to reflect tradeoffs between bandwidth, availability, and delivery guarantees. • Always-connected and sometimes-connected • Subscriber must be able to set up a quality of service appropriate to constraints and characteristics of the message source's network connection. • Connectivity Awareness. Provide the ability to determine the likely connected, disconnected or error state of the end devices in the network • Loose coupling. Time, space and synchronization decoupling are needed. • Must be implementable in a proliferation of platforms, technologies and networks that are driven by very diverse equations of cost, technology and physical constraints. • Scalability suitable to supporting environments where large numbers of devices need to be connected to a server infrastructure.

  5. Value of Standardization A standardised protocol means: • Choices. Initial choices in devices, networks and suppliers will not limit choices and adaptability in the future. • Flexible Integration. With devices and device controllers utilizing a standardized message protocol, a basic publish-subscribe model can support integration with a wide range of established messaging and event processing systems, allowing subscribers to effectively decouple from device and network APIs. • Shorter Time to Market. • Reduce the need to support multiple protocols on multiple similar platforms • Provides an open protocol that scales well from critical embedded systems up to high volume enterprise transaction processing, • Data, platform and language independence will accelerate integration. • Skills. Provide standard based on a protocol and programming model familiar to both embedded and IT programming communities

  6. Scope of Work • Refine and finalize the input document (the MQTT V3.1 protocol specification), and address specification issues raised in the TC in order to produce a standard version of the specification • Reflecting momentum of adoption, backward capability is critical, as is looking toward future. • A goal of the TC is to minimize disruption to existing implementations, making it straightforward to support both the Version 3.1 of the MQTT specification and the OASIS standard. • Requirements and recommendations which would break backward compatibility or be otherwise out of scope, will be documented for a future major revision or re-charter of the TC • Other than editorial changes and other points of clarification, changes to the input document will be limited to the Connect command, backward compatible with implementations of previous versions of the spec: • Mobile and other field equipment is often impractical to upgrade immediately in response to server and other IT version changes. • Client coded to speak an older version of the protocol will be able to connect to, and successfully use, a server that implements a newer version of the protocol.

  7. In Scope The standard version of the MQTT 3.1 specification shall cover the following concepts and capabilities: • Use of a publish-subscribe message pattern to provide one-to-many message distribution and decoupling of applications • A messaging transport agnostic to the content of the payload • Use of TCP/IP to provide basic network connectivity • QoS specifications for message delivery: • At Most Once: where messages are delivered according to the best efforts of the underlying TCP/IP network. Message loss can occur here. • At Least Once: where messages are assured to arrive but duplicates may occur. • Exactly Once: where message are assured to arrive exactly once. • Maintaining a very low transport overhead, and minimizing protocol exchanges in order to reduce network traffic. • A mechanism to notify interested parties to an abnormal disconnection of a client using a keep-alive message and a last-will-and-testament mechanism.

  8. Non-Normative, In Scope The TC may produce the following: • Requirements and recommendations document for enhancements which break backward compatibility or are otherwise deemed out of scope. Collected for consideration in a future major revision or re-charter of the TC. • Primer or white paper describing usage examples, scenarios and/or best practices, including examples of integration with message servers. • Primer or white paper describing examples and usage of MQTT topics with commonly available registry and discovery mechanisms. • Test scenario descriptions. • Requirements and recommendations document for enhancements or issues deemed within in scope but which cannot otherwise be contained in the first version of the standard. Collected for consideration in a future major or minor revision of the standardized specification.

  9. Out of Scope Non-exhaustive list of out-of-scope items. They include but are not limited to the following: • Mappings of MQTT functions to any programming language or particular messaging middleware. • Reference implementations of the protocol • Payload format of messages published according to the specifications (except for the values and fields directly related to the MQTT protocol) • Standardized MQTT topic names • Any MQTT-specific mechanism or convention to classify topics or topic spaces. • No security features will be added over and above the input specification.

  10. Deliverables • OASIS standard version of the MQTT protocol specification is targeted for completion within 12 months of first meeting. • Follow-on versions of the standard to address additional in-scope capabilities may be developed on a schedule to be defined by the TC.

  11. Operational Considerations • The TC shall operate under Non Assertion Terms • The TC will use English as the language for conducting its operations. • The MQTT TC will meet by telephone every other week at a time to be determined. The time, date and recurrence to be confirmed at this meeting. • The MQTT TC will also hold face-to-face meetings periodically. The date, time and place of the face-to-face meetings will be determined by the MQTT TC.

  12. Similar or Applicable work • The CoAP work at IETF includes/shares some protocol characteristics in common with MQTT that should be complementary in sensor network configurations. • The Eclipse M2M Industry Working Group supports open source implementations of this protocol and may be interested in supporting standardized versions. • The OASIS AMQP Technical Committee has released a specification that provides for transaction and publish & subscribe messaging between autonomous businesses, departments and applications using an open protocol for enterprise middleware. This MQTT TC complements the AMQP TC by providing a means by which sensors, control systems, embedded systems and mobile devices can publish and subscribe low-level, technically-orientated data. There is natural affinity to bridge MQTT with AMQP, so as to connect telemetry with enterprise applications.

More Related