Jump to content

Hello everyone,

 

I am currently developing an application to send and receive files.

 

The application announces a list of filenames available by sending UDP datagrams to the broadcast address. All instances of the application must receive this announcements and have an updated list of the files which are in a folder (/shared).

I need to send the files through a tcp connection.

It needs to able to send both small and big files through the socket. The selected file will then go to a /downloads folder

 

I am kinda stuck on the tcp part, appreciate any help

Link to comment
https://linustechtips.com/topic/782332-p2p-filesharing-application-java/
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×