A kotlin library for the secure scuttlebutt protocol.
I will try and livestream most of the work. Links to the videos are below.
Currently testing against the ssb-server. Run it in an IDE for debugging or run it locally using the following.
ssb-server start --loggin.level=info
Once the server is running I can try and connect to it.
Currently testing the client handshake.
- Client Handshake
- Hello
- Read Hello
- Client Auth
- Server Accept
- Server Handshake
- Verify Hello
- Local Discovery Service
- More, More, More