This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
breakthroughpine64backup/README.md

16 lines
245 B
Markdown
Raw Normal View History

2015-10-07 15:56:59 -05:00
# Breakthrough
Reposity for the second CSCE 315 project
2015-10-19 20:13:17 -05:00
To compile everything:
2015-10-27 22:39:40 -05:00
make
or make all
To run test:
./test
2015-10-20 23:52:34 -05:00
2015-10-27 22:39:40 -05:00
To launch the server:
./server [port #]
Client can simply join via telnet:
telnet linux.cse.tamu.edu <port number>