-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Jean-Philippe Clipffel edited this page Jan 14, 2015
·
5 revisions
Welcome to the libAIRegistry wiki!
The libAISignal is a C++ 11 library designed to share signals across process, locally or over the network.
Signal sharing means that a sending process can notify listening process something.
A signal is composed by a data (currently stored as std::string), a channel (see bellow) and optionally an emitter name.
Signals are send on channels. Like other libKNM-based tools, channels are stored in a tree structure: