I have been trying to find information on Cocoa and UDP, but I have been unsucessful. I wish my program to send a UDP Packet the IP Address and Port I specifiy. I would also like it to be able to recieve UDP Packets that were sent from the server. This program will communicate with a server, send it information, and recieve information. The information it recieves from the server should then be placed into a variable for later use. I have done it in Visual Basic, but I wish to now do it in Cocoa.