An open API service indexing awesome lists of open source software.

https://github.com/abusch/st-rust

Toy implementation of Syncthing in Rust
https://github.com/abusch/st-rust

Last synced: 11 months ago
JSON representation

Toy implementation of Syncthing in Rust

Awesome Lists containing this project

README

          

# Toy implementation Syncthing in Rust

This is a project purely for educational purposes. The real Syncthing can be found [here](https://syncthing.net). The goal is to implement enough of the protocol to connect to a peer and sync some files, and learn stuff along the way.

So far, it can:
- send and receive `Announce` packets
- Listen for tcp connections:
- execute TLS handshake
- present our own certificate
- retrieve the peer certificate and compute its DeviceID
- negotiate the bep/1.0 protocol
- exchange `Hello` message