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
- Host: GitHub
- URL: https://github.com/kylemh/multithreaded_network_driver
- Owner: kylemh
- Created: 2016-10-12T17:31:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-01T08:14:28.000Z (almost 9 years ago)
- Last Synced: 2024-10-06T05:21:24.344Z (over 1 year ago)
- Topics: c, linux, multithreading, operating-system, posix-systems, pthreads
- Language: C
- Homepage: https://classes.cs.uoregon.edu/16S/cis415/Projects/project2.pdf
- Size: 2.48 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.