IoT Networking 4
IoT Networking 4
• Since a user may wish to log in from multiple locations, they may specify a resource.
A resource identifies a particular client belonging to the user (for example home,
work, or mobile).
• This may be included in the JID by appending a slash followed by the name of the
resource.
• For example, the full JID of a user's mobile account could be
[email protected]/mobile.
Core XMPP Technologies
Introduction
• The clients for example (P), have different sensors they produce different data. They produce
different messages.
• So, these messages are sent to the different routers and filters in this manner which again can
be buffered in a queue and with the intention of forwarding them again in the future.
• The forwarded data beyond the server are sent to other types of clients which are the
consumers of these messages.
AMQP Features
• Interoperability, are basically referring to interoperability of not only devices, but also the
protocols, algorithms messages and so on.
• Next feature is routing of messages, queuing of messages, which follows an open standard
based on ISO.
AMQP Frame types
AMQP Components
AMQP Applications
Thank you