Crates.io | samurai |
lib.rs | samurai |
version | 0.1.5 |
source | src |
created_at | 2020-01-11 01:14:30.326703 |
updated_at | 2020-03-06 11:04:42.119155 |
description | Very early stage user-space P2P network protocol. |
homepage | |
repository | https://github.com/solanav/samurai |
max_upload_size | |
id | 197380 |
size | 97,740 |
The intention of this piece of code is to create a p2p protocol on top of TCP.
This project is still in a very early stage. It cannot be used for anything yet.
(Linux)> ssh-keygen
(Windows)> ssh-keygen
(Linux)> export DOCKER_HOST=ssh://usernam@your_server_ip
(Windows)> $env:DOCKER_HOST="ssh://username@your_server_ip"
(Linux)> ./run.sh
(Windows)> .\run.ps1
If you want to contribute to this project, either take a look at the issues or send me an email (solanav at qq.com) if you want to collaborate more deeply.