zsiegel / kotlin-ssb

A Kotlin client for the Secure Scuttlebutt protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin SSB

WIP / EXPERIMENTAL / NOT FINISHED

A kotlin library for the secure scuttlebutt protocol.

I will try and livestream most of the work. Links to the videos are below.

Testing

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.

Status

Currently testing the client handshake.

Capabilites

  • Client Handshake
    • Hello
    • Read Hello
    • Client Auth
    • Server Accept
  • Server Handshake
    • Verify Hello
  • Local Discovery Service
  • More, More, More

About

A Kotlin client for the Secure Scuttlebutt protocol


Languages

Language:Kotlin 100.0%