This project is a program that participates in a peer-to-peer file exchange network.
What things you need to install the software and how to install them
Before running the project make sure that :
- You do not have server already uses the port 1337.
- Your network dont block port 5486 and servers port.
To run the project you must run the class Main from Intelij IDEA IDE with Java - 11
- Warning : the jar file have a path problems.
Inside Jar Folde run the command below
java -jar "P2P file.jar"
This project is licensed under the MIT License - see the LICENSE file for details