viclai / osp2p

Distributed computing and security.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Synopsis

OSP2P is a course-related project assigned in an upper-division operating systems class at UCLA. A peer-to-peer (P2P) interaction is implemented that enables connected nodes on the network to perform both the roles of client and server, downloading files.

Development

The code for this project is adopted from skeleton code provided by Paul Eggert.

Installation

To compile and build this project, simply type the following in a Linux terminal:

make

The GNU Makefile compiles the code using gcc.

About

Distributed computing and security.


Languages

Language:C++ 58.3%Language:C 35.8%Language:Makefile 3.5%Language:Shell 2.4%