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

https://github.com/sile/hyparview

A Rust implementation of HyParView algorithm
https://github.com/sile/hyparview

distributed gossip-protocol hyparview membership-management rust

Last synced: about 1 year ago
JSON representation

A Rust implementation of HyParView algorithm

Awesome Lists containing this project

README

          

hyparview
==========

[![hyparview](http://meritbadge.herokuapp.com/hyparview)](https://crates.io/crates/hyparview)
[![Documentation](https://docs.rs/hyparview/badge.svg)](https://docs.rs/hyparview)
[![Build Status](https://travis-ci.org/sile/hyparview.svg?branch=master)](https://travis-ci.org/sile/hyparview)
[![Code Coverage](https://codecov.io/gh/sile/hyparview/branch/master/graph/badge.svg)](https://codecov.io/gh/sile/hyparview/branch/master)
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)

A Rust implementation of [HyParView] algorithm

[Documentation](https://docs.rs/hyparview)

References
----------

- [HyParView: a membership protocol for reliable gossip-based broadcast][HyParView]

[HyParView]: http://asc.di.fct.unl.pt/~jleitao/pdf/dsn07-leitao.pdf