UDPGen

UDP packet generator

Download .zip Download .tar.gz View on GitHub

Description

UDPGen is a simple UDP packet generator which allows to send UDP packets into the multicast network.

Installation

$ make
$ make install

Other useful commands:
$ make manifest - generate new MANIFEST
$ make dist     - pack all files in MANIFEST
$ make clean    - clean dir

Usage

Usage: udpgen [OPTIONS]

OPTIONS:
  -o, --host=VAL         destination address
  -p, --port=VAL         destination port
  -d, --delay=VAL        delay in milliseconds (default 100ms)
  -s, --size=VAL         packet size (default 1024)
  -n, --num=VAL          how many packets to send (default infinite)
  -t, --ttl=VAL          TTL value (1-64, default 16)
  -e, --debug            debug mode
  -h, --help             display this help and exit

Examples:
udpgen --host=239.194.1.1 --port=1234 --size=1024 --delay=100 --ttl=8