Add README.md
This commit is contained in:
parent
fe95688f9d
commit
e8aff7adf5
18
README.md
Normal file
18
README.md
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
** WORK IN PROGRESS **
|
||||||
|
|
||||||
|
## pyssb - Secure Scuttlebutt in Python
|
||||||
|
|
||||||
|
Please, don't use this for anything that is not experimental. This is a first attempt at implementing the main functionality needed to run an SSB client/server.
|
||||||
|
|
||||||
|
Things that are currently implemented:
|
||||||
|
* Basic Message feed logic
|
||||||
|
* Secret Handshake
|
||||||
|
* packet-stream protocol
|
||||||
|
|
||||||
|
Usage:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
|
Check the `test_*.py` files for basic examples.
|
Loading…
Reference in New Issue
Block a user