[VOL-5246] - branch and release bbsim

docs/
internal/
makefiles/
tests/
----------
  o Pre-release build #3 - forgot to bump copyright end date on last job.

Change-Id: I84da1b4ad61d9ce46bea1f60ee7f002c93aaf1a2
170 files changed
tree: 098eb221165acfdc21e2cd1e750dbfa40ae25646
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. .golangci.yml
  5. CODE_OF_CONDUCT.md
  6. Dockerfile.builder.dockerignore
  7. LICENSE.md
  8. Makefile
  9. README.md
  10. VERSION
  11. api/
  12. build/
  13. cmd/
  14. config.mk
  15. configs/
  16. docs/
  17. examples/
  18. go.mod
  19. go.sum
  20. internal/
  21. makefiles/
  22. tests/
  23. tools/
  24. vendor/
README.md

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.