Description: Achieve basic socket communication functions, is divided into two parts, the server and client, you can specify the server address to connect to the system parameters at the client starts. UDP protocol simulation, complete the most simple data packet delivery and sent back.
To Search:
File list (Check if you may need any files):
socket
......\UDP_Client
......\..........\.classpath
......\..........\.project
......\..........\.settings
......\..........\.........\org.eclipse.jdt.core.prefs
......\..........\bin
......\..........\...\Client.class
......\..........\...\ReceiveThread.class
......\..........\...\SendThread.class
......\..........\src
......\..........\...\Client.java
......\UDP_Server
......\..........\.classpath
......\..........\.project
......\..........\.settings
......\..........\.........\org.eclipse.jdt.core.prefs
......\..........\bin
......\..........\...\Server.class
......\..........\src
......\..........\...\Server.java