# OpenFlow Obfuscator This Ryu-based OpenFlow controller provides firewall, switching, and obfuscator capabilities to devices that support OpenFlow 1.3. The code can be run in Docker with the following commands: sudo docker build --rm -t obfuscator:dev . sudo docker run --rm --privileged --network host -v "$(pwd)/example":/tmp:ro obfuscator:dev This will create a docker instance of the controller which can then be used in combination with the Mininet topology in the example directory. The config.toml file in the example directory contains the flow rules for the controller.