Skip to content

suavelizard/P2P

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

P2P

P2P File Sharing Application

Classes

P2P -Main program logic, Calls GUI modules and handles big picture stuff

Peer - Peer object handles connections and peer related information such as IP, Port, and SharedFiles

SharedFile - Files that have been added to the share network handles identification and location on disk also tracks blocks

SharedFileBlock - Blocks of shared files for transmission each shared file will have a unique ID

GUI - GUI Modules

About

P2P File transfer created in Java for COSC318

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages