Skip to content
Aditya Gupta edited this page Sep 14, 2016 · 1 revision

Hi

I created this repository while I was working on my CS348 Computer Networks assignments. The structure of this repository is although a little different.

How to use

All assignments are hosted in different branches. If a new assignment is an extension of the old one then, it will branch from it.

Assignments

  1. Chord P2P Protocol - Chord is a protocol and algorithm for peer-to-peer distributed hash table. An implementation of Chord protocol is hosted on Chord branch.
  2. Chat Client and Server implementation in JAVA - Check branch Assignment3.
  3. P2P Chat Client implementation in JAVA - Check branch Assignment4.
Clone this wiki locally