Description
This library allows to handle static objects at server side, and to communicate with them from clients (talk). Static objects are useful for interactions, since every "input" units in a node can pick up their status from the a static state related to some physical sensor. The same stand for "output" units, that can modify a static object in order to build some resulting command of an actuator.
Static objects violate the parallel design induced by booz, this is why it is supposed to be used for I/O only, interfacing the cellular computation with the external world.
The first mature release of the library has been designed by Vincent Danner and Landry Dubus, during the final computer science project in their 3rd year at Supélec.
Download
global-boozin and global-booz : Static values of any kind.
global-boozin-image and global-booz-image : Static images. This uses mirage.
Documentation
Doxygen documentation for global-booz libraries is here, and the one for global-booz-image is here.
Example
This movie shows a bijama neural field for which inputs are given from some images.