tree: 02979b8dcd7e0d99fc94242eb25793a5473d28e5 [path history] [tgz]
  1. .dockerignore
  2. .gitignore
  3. .gitmodules
  4. .gitreview
  5. .golangci.yml
  6. .pre-commit-config.yaml
  7. CODE_OF_CONDUCT.md
  8. Dockerfile.builder.dockerignore
  9. LICENSE.md
  10. Makefile
  11. README.md
  12. TODO.md
  13. VERSION
  14. api/
  15. build/
  16. cmd/
  17. config.mk
  18. configs/
  19. docs/
  20. examples/
  21. go.mod
  22. go.sum
  23. internal/
  24. lf/
  25. makefiles/
  26. requirements.txt
  27. tests/
  28. tools/
  29. 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.