Skip to content

Torrent like peer-to-peer file distribution system implementation in C.

Notifications You must be signed in to change notification settings

deven298/Peer-to-Peer-File-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peer-to-Peer-File-System

Torrent like peer-to-peer file distribution system implementation in C.

Few starting steps:

Enter the port number (just a number, for example: 8080) of server in server.c file located in server folder.

Similarly, enter the server IP address in SERVER_IP variable, enter your IP address in MY_IP variable and then server listening port number (number that you used in previous step) in SERVER_LISTENING_PORT variable in client.c file located in client folder.

Compile code by changing current working directory to the server or client directory.

For more details, read README.pdf file in the repository.

About

Torrent like peer-to-peer file distribution system implementation in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published