dut2ref: Add bumble_server

Change-Id: I40c19d34ed569ea8fb55d3650730c70a78e08521
6 files changed
tree: 049f5b1a11a11c570308e12c01ee8e6e653d9525
  1. bumble-server/
  2. dut2ref/
  3. examples/
  4. .gitignore
  5. .gitmodules
  6. pyproject.toml
  7. README.md
README.md

Pandora DUT-to-reference tests

Install

git submodule update --init
python -m venv venv
source venv/bin/activate.fish # or any other shell
pip install [-e] bt-test-interfaces/python
pip install [-e] .

Rebuild gRPC Bluetooth test interfaces

pip install grpcio-tools==1.46.3
./bt-test-interfaces/python/_build/grpc.py

Usage

python examples/example.py -c examples/example_config.yml