Traffic Generator
The traffic generator was designed to stress test the INAV server. It sends udp packets to a range of ip addresses specified on the command line. There are the following command line options.
- -b
This is a burst value (number of packets to burst). Should be used with the sleep option. - -s
Number of milliseconds to sleep - -d x.x.x.x/yy Range of destination addresses given by an address and broadcast.
Traffic Generator - Download
Currently the traffic generator is not being actively developed. It is being made available via the subversion server.
- svn co http://inav.scaparra.com/INAV/trafficGenerator
- cd trafficGenerator
- make