• Home
Name Date Size #Lines LOC

..--

avatar/03-May-2024-430245

examples/03-May-2024-13880

.gitignoreD03-May-202418 22

Android.bpD03-May-2024655 3229

CONTRIBUTING.mdD03-May-20241 KiB3120

LICENSED03-May-202411.1 KiB203169

METADATAD03-May-2024321 119

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-202463 43

README.mdD03-May-2024633 3022

pyproject.tomlD03-May-2024334 1614

README.md

1# Avatar
2
3Avatar aims to provide a scalable multi-platform Bluetooth testing tool capable
4of running any Bluetooth test cases virtually and physically. It aims to
5complete PTS-bot in the Pandora testing suite.
6
7## Install
8
9```bash
10git submodule update --init
11python -m venv venv
12source venv/bin/activate.fish # or any other shell
13pip install [-e] bt-test-interfaces/python
14pip install [-e] bumble
15pip install [-e] .
16```
17
18## Rebuild gRPC Bluetooth test interfaces
19
20```bash
21pip install grpcio-tools==1.46.3
22./bt-test-interfaces/python/_build/grpc.py
23```
24
25## Usage
26
27```bash
28python examples/example.py -c examples/example_config.yml
29```
30