Skip to content

Designed a peer-to-peer communication in which a peer that wants to download an RFC communicates with an active peer that has the RFC. Implemented the TCP protocol for communication between the peers. The peers can also communicate with the server to update their status.

Notifications You must be signed in to change notification settings

hamsinibhoomi/PeertoPeerCommunicationn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Executing server :

java server <listen-port-number>

Note that the listen port number must be between 65400 and 65500 while testing on VCL Linux images.

Executing client :

java client <server-ip-address> <server-port-number>

The program asks for two other options, the upload port (between 65400 and 65500) and the full path of the directory in
which the RFCs are shared from.

About

Designed a peer-to-peer communication in which a peer that wants to download an RFC communicates with an active peer that has the RFC. Implemented the TCP protocol for communication between the peers. The peers can also communicate with the server to update their status.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages