tree: e14cac2e17c6c15c000abb63829f511f8db25670 [path history] [tgz]
  1. .dockerignore
  2. .gitignore
  3. .gitreview
  4. Dockerfile.builder.dockerignore
  5. LICENSE.md
  6. Makefile
  7. README.md
  8. VERSION
  9. api/
  10. build/
  11. cmd/
  12. configs/
  13. docs/
  14. examples/
  15. go.mod
  16. go.sum
  17. internal/
  18. tests/
  19. tools/
  20. vendor/
README.md

BroadBand Simular (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.