Clone this repo:
  1. 5e83f70 VOL-5204 olt reboot crash fix by nikesh.krishnan · 3 weeks ago master v1.16.2
  2. eaf443b [VOL-5192] - bbsim: update voltha-protos version to v5.4.10 by Joey Armstrong · 8 weeks ago
  3. dd07b92 (VOL-4972) enabling pon and onu object get apis in bbsim by nikesh.krishnan · 5 months ago
  4. e22aa76 VOL-5144 - Create beta-release branch for bbsim by Joey Armstrong · 3 months ago
  5. 53ab13c [VOL-4969] BBSIM respond to general queries by Baris Ertas · 6 months ago

BroadBand Simulator (BBSim)

Build

BBSim is managed via a Makefile, plese run the following command to display all the available targets

make help

Documentation

More advanced documentation lives in here.

You can generate and browse the documentation by executing:

make docs

This project structure is based on golang-standards/project-layout.