-
Notifications
You must be signed in to change notification settings - Fork 0
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.
hamsinibhoomi/PeertoPeerCommunicationn
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 0
No packages published