| commit | a6f5505987c9b7dd59fabebb355cd8feb228e1f0 | [log] [tgz] |
|---|---|---|
| author | Don Newton <dn8474@att.com> | Thu Jan 09 10:38:45 2020 -0500 |
| committer | Don Newton <dn8474@att.com> | Thu Jan 09 10:47:29 2020 -0500 |
| tree | 133e979dcf245bece47d1bc07112c356ba4f3be9 | |
| parent | 5fadb55efea0e4318af1c8310e9551cee1610128 [diff] |
adding run.sh Change-Id: I80744b4ac19d51b6f9b7f105f5582b01168b1466
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.gitgit clone https://gerrit.opencord.org/ofagent-goCompile 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