Skip to content

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.

Notifications You must be signed in to change notification settings

k-chatz/syspro-mirror_client

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

No packages published