jungsoo / rubt

CS 352 Project: Rutgers University BitTorrent Client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rubt -- Rutgers University BitTorrent Client

This is Jamie and Jungsoo's project for CS352, Internet Technology.

Compiling:

$ cd rubt/src
$ javac -cp . GivenTools/*
$ javac -cp . client/RUClient.java

Running:

$ java client.RUBTClient <path/to/file.torrent> <path/to/save/file.extension>

About

CS 352 Project: Rutgers University BitTorrent Client


Languages

Language:Java 100.0%