erlbutt icon indicating copy to clipboard operation
erlbutt copied to clipboard

erlang prototype of scuttlebutt protocol

erlbutt

An implementation of the SSB protocol.

Project notes

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.