UDP Traffic

The commands to start P4FlowForge with UDP traffic are:

#First start the receiver
receiver.py --protocol udp --port <port>

#Start the generator
generator.py --time --mean <messages_per_second> --interface <output_interface> --port <port> --protocol udp --target <target_ip>

Last updated