Clone this repo:
  1. 30bfd39 [VOL-5308] - bbsim test failure by Joey Armstrong · 8 months ago master
  2. 2ff3a76 [VOL-5310] yamllint cleanups for pre-commit script by Joey Armstrong · 7 months ago
  3. bb1eabf VOL-5239 - Fix latent linting failures by Joey Armstrong · 8 months ago v1.16.5
  4. feeefe8 [VOL-5297] - (dep) Install pre-commit lint tool. by Joey Armstrong · 8 months ago
  5. a1e6ae0 [VOL-5297] - (dep for) Install pre-commit linting tool by Joey Armstrong · 8 months ago

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.