OpenFlow playground with OVS: A homemade Mininet alternative
OVS-Mesh Script Generator was developed using Vue.js framework and Vis.js visualization library.
- More details (Guide): https://laraget.com/blog/ovs-mesh-script-generator.
- DEMO: https://ovs-mesh.laraget.com/
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
Use the following if you already have Docker installed on your desktop and wish to avoid npm installation:
# this may take some time to complete...
sudo docker image build -t ovs-mesh .
# point your browser to http://localhost:8080/
sudo docker run -p 127.0.0.1:8080:8080 ovs-mesh