Secure Scuttlebutt (SSB) protocol suite implementation in Python
https://pypi.org/project/ssb-client/
|
||
---|---|---|
examples | ||
ssb_client | ||
.gitignore | ||
AUTHORS | ||
LICENSE | ||
README.md | ||
poetry.lock | ||
pyproject.toml | ||
pytest.ini | ||
setup.cfg |
README.md
Secure Scuttlebutt (SSB) Client in Python
WORK IN PROGRESS
This is a fork of the unmaintained pyssb repo.
Things that are currently implemented:
- Basic Message feed logic
- Secret Handshake
- packet-stream protocol
Usage (requires Poetry):
poetry install
PYTHONPATH=. poetry run python3 examples/test_client.py