commit | 38065c68ba36942ac7fff39824ab814c4e4bc5e5 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Feb 19 10:01:58 2020 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Wed Feb 19 10:01:58 2020 -0800 |
tree | 147d134c89bd6122a62eee3bfd57c5cb14d853db | |
parent | cac73acc089ec4476394eec55085099f5cb85a7b [diff] |
VOL-2630 Release ofagent-go 1.1.0 Change-Id: Ie1bbfb8ea5e68db465342ce821f85cd9c76faae5
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