TCP server implementing the protocol for Lab 2.
This project is built using elixir. Follow the installation guides on their site
With elixir installed, you can compile the project using compile.sh
$ ./compile.sh [port] [ip address]
The port to listen on and the IP address to return in each message can be
specified at compile time. They default to 4000
and 127.0.0.1
respectively.
Once the project has been compiled, you can run it using run.sh
$ ./run.sh