HTML Traffic

The commands to start P4FlowForge with HTML traffic are:

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

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

You can add as many headers as needed with --header "custom-header: test"

Last updated