commit | d053d8839b859b365bec3c45d8b682f93a624364 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Feb 19 16:36:59 2020 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Wed Feb 19 16:36:59 2020 -0800 |
tree | e26cc9f1899ce2257558d6adf290d17693a76089 | |
parent | 884de612a1f88ceabb74de5fce3377a8763b0473 [diff] |
VOL-2630 return to -dev version Change-Id: Ia55b69751090a4db459395301bbc6f469fd1b4b6
Ofagent-go provides an OpenFlow management interface for Voltha. It is a rewrite in Golang of the original ofagent that was written in python / twisted. The main driver behind the work was to introduce true concurrency to the agent for performance/scalability reasons.
Outside $GOPATH
git clone https://github.com/opencord/ofagent-go.git
git clone https://gerrit.opencord.org/ofagent-go
Compile go build -mod=vendor -o ./build/ofagent-go
./build/ofagent-go -ofaddress=localhost openflowPort=6653 -volthaAddress=localhost -volthaPort=50057
./build/ofagent-go -debug -ofaddress=localhost openflowPort=6653 -volthaAddress=localhost -volthaPort=50057