boricj / fty-common-messagebus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fty-common-messagebus

fty-common-messagebus:

  • Centralize all methods to address Request/Reply, Publish/Subscribe patterns above malamute message bus.

How to build

To build fty-common-messagebus project run:

./autogen.sh
./configure
make
make check # to run self-test

How to use the dependency in your project

In the project.xml, add following lines:

<use project = "fty-common-messagebus" libname = "libfty_common_messagebus" header = "fty_common_messagebus.h"
        repository = "https://github.com/42ity/fty-common-messagebus.git"
        release = "master"
        test = "fty_common_messagebus_selftest" />

Howto

See all samples in src folder.

About

License:Other


Languages

Language:C++ 43.7%Language:M4 30.5%Language:Shell 17.1%Language:C 5.7%Language:Makefile 2.9%