avatar: prepare for open-source

- Adds license file and headers.
- Adds contributing guidelines.

Change-Id: I3662c9a399c614bff880ec7c30fe0dd3eed9bdbf
10 files changed
tree: b0c770512d452903f1d42a317fa42ac15796be88
  1. avatar/
  2. examples/
  3. .gitignore
  4. .gitmodules
  5. CONTRIBUTING.md
  6. LICENSE
  7. pyproject.toml
  8. README.md
README.md

Avatar

Avatar aims to provide a scalable multi-platform Bluetooth testing tool capable of running any Bluetooth test cases virtually and physically. It aims to complete PTS-bot in the Pandora testing suite.

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] bumble
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