Skip to content

nanomsg/topologist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Topologist

Status: Pre-alpha
Documentation:http://topologist.readthedocs.org/

A topology configuration service for nanomsg and nanoconfig.

The project is meant to be reference implementation configuration service. In other words, it should be able to define arbitrarily complex topology, and leverage all the features of the nanonmsg. But for some situations it's configuration format may be sub-optimal.

Building

Dependencies: * cmake (build-time only) * nanomsg

For building from git:

git submodule update --init --recursive
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr
make
sudo make install

About

A reference implementation of a configuration service for nanoconfig

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published