Udp based Chat Program [JAVA]

requires newest Java to run (1.5.0...)

NETWORK PROGRAMMING [UdpJavaChat.rar]

A java based chat program using the UDP protocol.

The chat program consist of 3 separate entities.
1-NameServer
2-ChatServer
3-ChatClient

1-NameServer serves as the centre to save and manage multiple ChatServer details.
ChatClient first connects to NameServer to get details about the ChatServer they wish
to connect to.

2-ChatServer servers as the centre to save and manage Chats between ChatClients.

3-ChatClients ,this is the user interface ,where the user chats with other ChatClients
connected within the same ChatServer.

Read the comments in the JAVA files for instructions or see the flash tutorial-presentation
on how to use and how the program works. The flash is in .exe(executable file) available in the [UdpJavaChat.rar]