Tagged by CORD Jenkins version-tag job: 453, for Gerrit patchset: 34504
[VOL-5116] bbsim to report max and current speeds of its uniports

[VOL-5127] - verify_bbsim_sanity-test failure

Change-Id: I3174846e55657db6173428ed749367de8d124c7b
3 files changed
tree: 1c27e55d66ea72ad411b58f740733e0c85f1abf8
  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.