https://github.com/xmidt-org/seshat
nanomsg and wrp service discovery agent
https://github.com/xmidt-org/seshat
Last synced: about 2 months ago
JSON representation
nanomsg and wrp service discovery agent
- Host: GitHub
- URL: https://github.com/xmidt-org/seshat
- Owner: xmidt-org
- License: apache-2.0
- Created: 2017-01-11T18:15:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-07T17:31:23.000Z (over 4 years ago)
- Last Synced: 2025-03-23T12:32:54.035Z (2 months ago)
- Language: C
- Size: 174 KB
- Stars: 4
- Watchers: 21
- Forks: 9
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# seshat
Nanomsg and wrp service discovery agent. It is a means for parodus or any other component to register itself in order for another component interested in parodus to lookup.
[](https://travis-ci.org/Comcast/seshat)
[](http://codecov.io/github/Comcast/seshat?branch=master)
[]("https://scan.coverity.com/projects/comcast-seshat)
[](https://github.com/Comcast/seshat/blob/master/LICENSE.txt)# Building and Testing Instructions
```
mkdir build
cd build
cmake ..
make
make test
make coverage
firefox index.html
```# Coding Formatter Settings
Please format pull requests using the following command to keep the style consistent.
```
astyle -A10 -S -f -U -p -D -c -xC90 -xL
```