ovsdb-js
v0.0.11
Published
A node.js library implementation of the ovsdb protocol.
Readme
Setting up OVS
Clone the git repo
git clone http://github.com/flowgrammable/ovsdb-jsChange directory to ovsdb-js
cd ovsdb-jsLaunch the Vagrant environment
vagrant upSSH into the Vagrant environment
vagrant sshInstall npm dependencies `` cd /vagrant && npm install ```
Tell openvswitch to listen on port
sudo ovs-vsctl set-manager ptcp:6640
Unit Tests
grunt
