first commit

This commit is contained in:
Your Name
2026-02-25 08:40:42 -06:00
commit 830c130ded
19 changed files with 677 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
## 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