An open API service indexing awesome lists of open source software.

https://github.com/kylemh/multithreaded_network_driver

Network demultiplexor utilizing POSIX threads
https://github.com/kylemh/multithreaded_network_driver

c linux multithreading operating-system posix-systems pthreads

Last synced: 10 months ago
JSON representation

Network demultiplexor utilizing POSIX threads

Awesome Lists containing this project

README

          

#Pthread-based Network Driver
###This was a graded project for an Operating Systems course.


Project 2 - PThread-based Network Driver: Use POSIX threads to create network demultiplexor focused on concurrent transmission of data. Link to assignment instructions.

Here is a video of the network driver in action!