Go to file
kjjohnsen 700ee32317
Create LICENSE
2022-01-26 10:58:32 -05:00
src fixed bug in udp loop that could crash loop 2022-01-24 19:24:02 -05:00
.gitignore added group messaging to tcp 2022-01-18 09:14:14 -05:00
Cargo.lock first commit 2022-01-17 18:16:45 -05:00
Cargo.toml first commit 2022-01-17 18:16:45 -05:00
LICENSE Create LICENSE 2022-01-26 10:58:32 -05:00
README.md Create README.md 2022-01-24 20:13:03 -05:00

README.md

VelNetServerRust

Running

  1. Get a linoox server
  2. Clone this repo
  3. Install rust: curl https://sh.rustup.rs -sSf | sh
  4. Set up env: source $HOME/.cargo/env or add to .bashrc
  5. Build: cargo build --release
  6. Run: sudo ./main
  7. Or run in the background so that it doesn't quit when you leave ssh: nohup sudo ./main. You'll have to install nohup with apt.