1 / 14

Publish/Subscribe and Service Discovery

Publish/Subscribe and Service Discovery. Jesper Holt Nielsen. Overview. Publish/Subscribe Concepts What is pub/sub? Architecture Example Service Discovery. Publish/Subscribe overall. Message pattern No specific recievers Publisher Messages as classes Subscribers

dalmar
Download Presentation

Publish/Subscribe and Service Discovery

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. Publish/Subscribe and Service Discovery Jesper Holt Nielsen

  2. Overview • Publish/Subscribe • Concepts • What is pub/sub? • Architecture • Example • Service Discovery

  3. Publish/Subscribe overall • Messagepattern • Nospecificrecievers • Publisher • Messages as classes • Subscribers • Receivesmessages of interest

  4. Properties

  5. Other options/properties • Message passing • No Space, Time and Synchronization decoupling • RPC • No Space and Time decoupling • Notifications • No Space and Time decoupling • Shared Memory • No Synchronization decoupling • Message Queueing (Message Oriented Middleware) • No Synchronization decoupling

  6. Typical architecture

  7. Publish/Subscribefiltering • Receive a subset of the total messages published • Topic-based • Identified by topic keywords (Pub/Sub) • Content-based • Classified based on property • Type-based • Filter events according to theirtype • Typically a brokerperform the filtering

  8. Service Discovery • Basic Idea • Provider and user • What and why Service Discovery? • Automatic, multiple devices • Unicast, multicasts and broadcast • Examples • UPnP, DNS-SD

  9. Major Service Discovery Protocol Components

  10. Comparison of service discovery protocols

  11. Implementation • Challenges/Issues • Integration with people • User friendly, requires knowledge • Integration with environments

  12. Example • In a home environment, with multiple services • Multimedia • Surveillance • Different house consumption • Etc • Security issues

  13. Project example • Used LCM • CommunicationbetweentwoBeagleBones • Publish/Subscribe • Topic-based • ”VISION” • Part of the messageused

  14. Thankyou

More Related