Created a java application to send UDP packets - Displays total number of packets sent and current rate of packets send - Specify the IP address, Payload, and Port to send to - Send to multiple IP address in incremental fashion or in random order and how many different IP addresses to have - Set a fixed IP and increment only the port - Specify how many packets to send and how fast to send - Have the simulator resend packets until "stop" is pressed
Traffic simulator
Started with open source traffic simulator Ostinato on Ubuntu Added features: - Include packet number in data field - Loop packet number after specified number of packets - Increment packet number after specified number of packets -Increment destination port number -Increment sequentially -Increment in respect to random destination IP address
UDP Receiver
Created a simple java app to receive and count UDP packets - Displays total number of packets sent from sender - Displays a counter which can be set to loop after receiving specified number of packets - Displays number of packets lost