python - How the controller can be customized in mininet -
how controller can customized in order add rules in mininet software.
there variety of controllers. interactive while dumb, meaning can't control network them selves provide interactive interface uses send open flow messages switch. example of icontrol (this optical networks, yet sdn controller).
others may smarter. example, onos (http://onosproject.org/) operating system tries handle switches. example, ask perform hub or learning switch.
i have tutorial on creating/working controller on github repo. pox controller: https://github.com/ehsan70/sdn
this icontrol: https://github.com/ehsan70/mininet_linc_script/blob/master/lincoe_and_icontrol.md
also sdnhub resource: http://sdnhub.org/tutorials/pox/
Comments
Post a Comment