Network Emulation Example

Wattson allows you to create your emulated network from scratch. Please not that you have to run python as super user (e.g., with sudo) since the creation of network namespaces and interfaces requires these privileges.

In case anything goes wrong or crashes, remember to run

sudo python3 -m wattson.util.clean
Bash

to clean up any remains of the network emulation.

Scroll to Top