/erlbutt

erlang prototype of scuttlebutt protocol

Primary LanguageErlang

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

There is also a dev-diary that are posts made on SSB, so many of the linked items in those entries are not visible in github.