MyConf

MyConf is a distributed state management subsystem. It allows to store name-value pairs, provides persistent storage for these pairs, and notifies clients about value changes.

The central part of MyConf is a server that supports a GRelay-type communication protocol. The clients connect to the server, issue requests, subscribe to change notifications, and receive the notifications requested.

MyConf is meant to be compact and simple (i.e., not clustered etc.) One of the main requirements for MyConf is soft real-time responsiveness, for one client at least (in the case of MyNC, it is myncbd control daemon).

MyConf provides a configurable Gtk+ GUI for changing the parameters, see the screenshot below.


Parameters pane
Last updated: 24th of March, 2007