Demonstration of the select Unix call for implementing event-driven programming in C.
- C 86.6%
- CMake 13.4%
| include | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| LICENSE | ||
| README.md | ||
Unix select demo
Demonstration of the select Unix call for implementing event-driven programming in C.
Supports the article `Using the select System Call in Unix'.
Building
cmake .
make
Usage
Open two terminals:
# In one:
./bin/send
# In the other:
./bin/receive