[SEBA-836] Addign scale test for 512 and 960 ONUs, upgrading documentation

Change-Id: I56967a148b546e10172069e4acf3c41347e82ea2
4 files changed
tree: 0025857ce33a1be494e8dde4187dcce51e17721e
  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/
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.