tree: f6f1edd006eb0ddd0c5d88cf5513a6692e1fe8c6 [path history] [tgz]
  1. README.md
  2. adapterif/
  3. common/
  4. iAdapter.go
adapters/README.md

How to Build and Run a Voltha Go language Adapter

This directory is a repo for all voltha adapters written in Go language. At this time, the simulated_olt and simulated_onu adapters are the only adapters using the Go language. These adapters provide basic capabilities which will be used for high availability and capacity testing.

Building and running the Simulated OLT and ONU Adapters

Please refer to the BUILD.md file under the voltha-go repo