Network Programming Assignments and Projects.
This repository is meant for my Network Programming Projects. You are free to contribute to any of the ongoing projects by forking the repository. Any suggestions or changes would be appreciated. You can get hold of me at [email protected]
Projects:
-
PreThreaded Chat Server: Create N threads initially on server to host Chat between N clients.
-
Shell: C implementation of Shell Program.
-
P1: Simple Makefiles.
-
P2: Process tree. Creating Processes and Printing Pattern.
-
P3: IPC 1: Signals.
-
P4: IPC 2: Pipes.
-
P5: IPC 3: Semaphores
-
P6: URL Validator: Give a list of URL, the URL validator verifies if the domain name exists, if it runs on Port 80 and if page requested exists or not.
-
P7: Managed Server: Passing Ancillary Data using Unix Domain Sockets.
-
P8: Pthreads Based URL Requestor.
-
P9: Event Driven URL Requestor: Signal Driven I/O Client.