russmp

SSMP implementation in Rust

0
0
0
Rust
public

rusmmp

SSMP implementation in Rust

How to use

start server at 127.0.0.1:8080

cargo run -- --server

start client to connect server 127.0.0.1:8080

cargo run -- --client

Use client only mode

rust client.rs

run tests

cargo test

v0.3.3[beta]