Clone this repo:
  1. 8e5fadb [VOL-5368] Fix: panic send on closed channel by Abhay Kumar · 4 months ago master
  2. 30bfd39 [VOL-5308] - bbsim test failure by Joey Armstrong · 9 months ago
  3. 2ff3a76 [VOL-5310] yamllint cleanups for pre-commit script by Joey Armstrong · 8 months ago
  4. bb1eabf VOL-5239 - Fix latent linting failures by Joey Armstrong · 9 months ago v1.16.5
  5. feeefe8 [VOL-5297] - (dep) Install pre-commit lint tool. by Joey Armstrong · 9 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.