Go to file
Kyle Johnsen c311e95c12 added getroomdata message 2022-02-02 23:21:32 -05:00
src added getroomdata message 2022-02-02 23:21:32 -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 updated license 2022-02-02 07:52:06 -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.