## ncursestest A basic ncurses proof of concept test ## network more complicated A "complicated" network system that allows for ip address and port selection but dosn't use ncurses or have threading ## network test A better network test that doesn't allow you to use anything besides address 127.0.0.1 and port 8080 but it features properly implemented threading. The lack of ncurses prevents it from being passable as a client/server chat program because the ui gets out of sync but otherwise it actually works ## thread test A basic example of how to use pthread further instructions for how to use these programs are in the comments in their respective source code files