Download Socket Simulator Free Java Code
Description
Objective 1) To use sockets for communication between machines, 2) to learn about performance metrics such as round trip time (latency) and throughput in computer networks , 3) to measure the performance of TCP and UDP between pairs of networked computers.
Source Files
The download file Socket-Simulator-master.zip has the following entries.
.gitignore// ww w. j av a 2 s .c o m
README.md
Socket-Simulator/build.xml
Socket-Simulator/manifest.mf
Socket-Simulator/nbproject/build-impl.xml
Socket-Simulator/nbproject/genfiles.properties
Socket-Simulator/nbproject/private/private.properties
Socket-Simulator/nbproject/project.properties
Socket-Simulator/nbproject/project.xml
Socket-Simulator/src/TCPClient.java
Socket-Simulator/src/TCPServer.java
Socket-Simulator/src/UDPClient.java
Socket-Simulator/src/UDPServer.java
Socket-Simulator/src/UDPServerThread.java
Download
Click the following link to download Socket-Simulator-master.zip.
Socket-Simulator-master.zip