Skip to content

OlliV/ofjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenFlow Controller written in Node.js

Buid & Run

npm install
npm run build
npm start

Testing with Mininet

sudo mn --switch ovs --controller remote,ip=172.18.0.1,port=6633 --topo tree,depth=2,fanout=8 --test pingall
sudo mn --switch ovs --controller remote,ip=172.18.0.1,port=6633 --test iperf

Profiling

node --stack-size=524288 --prof build/index.js
node --prof-process isolate-0xXXXXX-v8.log > processed.txt

About

OpenFlow Controller written in Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published