spacedrive/crates/p2p
jake 57ac28526e
[ENG-560] P2P Credits (#1297)
add a README with appropriate p2p credits
2023-09-05 07:23:07 +00:00
..
examples [ENG-994] Minor P2P fixes (#1238) 2023-08-27 06:41:26 +00:00
src [ENG-953] Zero-byte files occasionally receive a random thumbnail (#1280) 2023-08-31 01:42:54 +00:00
Cargo.toml [ENG-560] P2P Credits (#1297) 2023-09-05 07:23:07 +00:00
README.md [ENG-560] P2P Credits (#1297) 2023-09-05 07:23:07 +00:00

Spacedrive's P2P Crate

Functionality

This crate handles low-level P2P networking and the transferring of data between machines across a network.

Credits

We'd like to give credit towards both the libp2p developers/maintainers, as well as the Syncthing BEP Protocol's designers, developers and maintainers - our implementation was heavily inspired by the protocol and made our lives a lot easier. Thank you!