Very basic UDP traffic generator. Works with a packet receiver to control the network status as Bandwidth, RTT, jitter, Loss % etc etc...
Set
Source Address,
Destination address - Port
Packet Size
Stream Bandwidth
And press start
Command Line interface available
java -jar JPacketGenerator.jar srcAddress srcPort dstAddress dstPort bitRate_bps
All parameters are mandatory and with parameters the generator require no GUI or windows manager to work.
If The project...