cmoid / erlbutt

erlang prototype of scuttlebutt protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

erlbutt

An implementation of the SSB protocol.

Building

make test

make ct

make rel

To run:

./_build/default/rel/ssb/bin/ssb-0.0.1 console

An environment variable can be used to control logging, .eg.:

SSB_LOG_LEVEL=debug _build/default/rel/ssb/bin/ssb-0.0.1 console

About

erlang prototype of scuttlebutt protocol


Languages

Language:Erlang 99.7%Language:Makefile 0.3%