Merge "[SEBA-820] Preventing the ONU from going to dhcp_started if we don't have the DHCP flow"
tree: d5c62e5e390eea5cb624f73bf59efcccab658f11
  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. 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.