Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 759 Bytes

README.rst

File metadata and controls

24 lines (15 loc) · 759 Bytes

YaComponent

YaComponent is a framework for handling components and the interfaces of components.

YaComponent includes

  • XML description to define interfaces, components and deployment
  • Interface definition is done with google protobuf
  • c++ based generator for c++ code for components and interfaces
  • implementation of the publish/subscriper and request/response pattern by using libzmq

Status

First working example provided with tests. The documentation growed by adding some simple PlantUML design views. Currently evaluating using only one port for both patterns with ZMQ_ROUTER/ZMQ_DEALER

Main Concepts.