-
Notifications
You must be signed in to change notification settings - Fork 0
Dropbox Simulation: Explore the world of inter-process communication and synchronization in C programming. This project simulates Dropbox-like functionality using pipes and processes, providing a hands-on experience in concurrent programming and file management.
k-chatz/syspro-mirror_client
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
::: DROPBOX SIMULATION WITH PIPES & PROCESSES IN C PROGRAMMING LANGUAGE ::: compile: make clean: make clean compile manually: gcc -o mirror_client main.c sender.c receiver.c hash.c run example: ./mirror_client -n 1 -c /common -i /1_input -m /1_mirror -b 100 -l /common/1_log documentation: open 'documentation.pdf' file.
About
Dropbox Simulation: Explore the world of inter-process communication and synchronization in C programming. This project simulates Dropbox-like functionality using pipes and processes, providing a hands-on experience in concurrent programming and file management.
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published