Firstly if anyone knows any texts / sites which have a lot of info on datagrams could you please tell me!
Ok, I have an assignment which requires me to make a server that can handle multiple clients (and make the clients) using datagram sockets / packets.
One of the things it asks me to do is; when a client connects to the server, the server needs to record the clients name and IP address.
I have NO idea how to do this, I can send packets with datagrams and simple things like that but have no idea how to do this.
Could someone PLEASE help!!
If you want to take a look at the code I have so far go to
https://coderanch.com/t/377591/java/java/Network-assignment-HELP-NEEDED Thanks
James