Demonstration of the select Unix call for implementing event-driven programming in C.
  • C 86.6%
  • CMake 13.4%
Find a file
2022-02-24 10:32:24 +00:00
include minor changes 2022-02-24 10:32:24 +00:00
src minor changes 2022-02-24 10:32:24 +00:00
.gitignore first 2022-02-24 00:25:22 +00:00
CMakeLists.txt first 2022-02-24 00:25:22 +00:00
LICENSE first 2022-02-24 00:25:22 +00:00
README.md minor changes 2022-02-24 10:32:24 +00:00

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