Well it depends on what your actually studying...
1. You have written the code to implement a network bridge, and you want
to test
i. the codes correctness
ii. its ability to handle packets correctly for various
configurations and load
2. You have a network bridge, and you want to
Although I have no practical experience with this (yet) the latest
versions of the qemu emulator would appear to support the setting up of
multiple running emulated systems that occupy a common network and could
thus probably be poked into doing what you want.
But it might take a while to set
Hello,
I'm currently working on a project that involves dynamically configuring a
network bridge to shape network traffic. I want to set up automated tests
to make sure that data flows the way that it should. This includes blocking
or limiting traffic based on IPs and/or ports. Does anyone have