We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The netcore/examples directory contains several NetCore programs (in Haskell, of course) coupled with Mininet topologies defined in Python.
netcore/examples
The MininetTests.py file uses Python's pytest unit test framework to run the repeater, query1, and learning switch examples.
MininetTests.py
pytest
# Enter the directory cd netcore/examples # Build the examples cabal-dev install . .. # Run the tests sudo ./MininetTests.py