simple programs for understanding socket programming concepts
- these codes are intended to be used in UNIX-like operating systems
- to compile the programs navigate to the directory containing the source code, then simply run :
gcc -o app app.c
- to run the compiled program :
./app [specified arguments]
This project is licensed under the MIT License