This is the server for the assignment
Made for CISC 435
The Client is here https://github.com/HoloPollock/network_assignment_1_client
You need C and C++ installed to run
How to run all these assume a Unix like experience
- Install Rust
Use rustup to install rust - Clone Repo
git clone https://github.com/HoloPollock/Networks-Assignment-1.git
- Set Rust toolchain to nightly
Once in Repo this requires the nightly version of Rust to get the nighty version run eitherrustup default nightly
to set the default toolchain to nighty or you can use per-directory overrides to use the nightly version by within the directory runrustup override set nightly
- Use cargo to run
To run the server use the commandcargo run
becuse of the way the code assume file do not run it from anywhere other than/Networks-Assignment-1