Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 305 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 305 Bytes

IPC - Interprocess Communications

Various examples of IPC in C (and a bit of C++) for demonstration and educational purposes on austingwalters.com.

Including sockets, multiplexing, pipes and more!

A large portion of this code came from course examples on the internet.