Hi,
So i got pretty far whit Java i covered basic operation, GUI w/e MVC design etc. It been a fun year learning Java. Now i want to make an application for communication between two
points similar to a TFTP Server/Client.
So this is how i visioned this to go: I would have 2 classes where:
~ 1 would serve as Server
~ 1 would serve as Client
Server class would be running constantly and would contain the ip of the pc that
contains the class file and would listen and wait until Client class would be started. Once
Client class would be started Server would transfer the file from his pc to client pc.
So far i dont know yet what Java tools come in to play here what should i look at are there any tutorials or similar.
Thanks in advance.