Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 925 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 925 Bytes

Distributed-Systems

Using the UNIX sockets and UDP to implement a request-reply protocol in a distributed system.

Project Description

A peer-to-peer system where its core functionality is allowing users of different machines in the same network to:

  • Add/Delete/Download/Display embedded Images.
  • Grant/Revoke Access to users in the database to view certain images with a set number of views allowed.
  • View Downloaded/Allowed-Access Images' list.

Project Developers

@ShadyF, @ShehabCE, @FaridaSolimann, and @zyad224

Run the following after cloning to download the SQLiteCpp module

git submodule init
git submodule update

Screenshot of Project GUI

Screenshot