An open API service indexing awesome lists of open source software.

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

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.

[![Build Status](https://travis-ci.org/Comcast/seshat.svg?branch=master)](https://travis-ci.org/Comcast/seshat)
[![codecov.io](http://codecov.io/github/Comcast/seshat/coverage.svg?branch=master)](http://codecov.io/github/Comcast/seshat?branch=master)
[![Coverity](https://img.shields.io/coverity/scan/11941.svg)]("https://scan.coverity.com/projects/comcast-seshat)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](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
```