Go to file
Kyle Johnsen 26af2a7f17 also added write timeout 2022-02-21 20:53:56 -05:00
src also added write timeout 2022-02-21 20:53:56 -05:00
.gitignore added group messaging to tcp 2022-01-18 09:14:14 -05:00
Cargo.lock added config file 2022-02-13 16:40:26 -05:00
Cargo.toml added config file 2022-02-13 16:40:26 -05:00
LICENSE updated license 2022-02-02 07:52:06 -05:00
README.md update readme - run correct output file for release build 2022-02-02 23:47:33 -05:00
config.txt added config timeout, and set default as 30 2022-02-21 19:15:27 -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 ./target/release/VelNetServerRust
  7. Or run in the background so that it doesn't quit when you leave ssh: nohup sudo ./target/release/VelNetServerRust. You'll have to install nohup with apt.