NOX is an open-source OpenFlow controller. Its purpose is to provide a simplified platform for writing network control software in C++ or Python. While still under heavy development, NOX is currently used in a number of large production network deployments. New users can learn more from the NOX development mailing list.
We’ve pushed the latest Nox codebase (0.6.0) to git on noxrepo. Currently this version is available from git pending updates to documentation and further examples. We will provide more formal release notes on 0.6.0 later, but briefly it is a much simpler and robust codebase than 0.5. We suggest that projects built on Nox plan to transition to 0.6.0.
To get/build the code:
git clone git://noxrepo.org/nox
cd nox
./boot.sh
mkdir build
cd build/
../configure
make