commit | 91c4e4ed05e937d774644dcf168757ed00ac7ce0 | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@opennetworking.org> | Thu Mar 05 16:52:06 2020 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Thu Mar 05 20:18:27 2020 +0100 |
tree | 461b38131fccbe4681535e661afa76cf88b678b4 | |
parent | 7fe70f7de37f81ba0b87bbcccad1edd140ec6958 [diff] |
Refactoring logs with correct messages Change-Id: I14c874c091f507d97e8d0ebd947f2bac7e2c155c
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