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

https://github.com/gyounes/rcb

Reliable Causal Broadcast implementation in Erlang
https://github.com/gyounes/rcb

broadcast causal cbcast erlang reliable

Last synced: 2 months ago
JSON representation

Reliable Causal Broadcast implementation in Erlang

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/gyounes/RCB.svg?branch=master)](https://travis-ci.org/gyounes/RCB)
[![Coverage Status](https://coveralls.io/repos/github/gyounes/RCB/badge.svg?branch=master)](https://coveralls.io/github/gyounes/RCB?branch=master)

# RCB
__A Reliable Causal Broadcast (RCB) Middleware__

----------

### Description

### Features

- [x] Provides at-least-once message transfer.
- [x] Provides at-most-once message delivery.
- [x] Provides causal delivery of messages.
- [ ] Provides test cases that cover all code.