• Home
Name Date Size #Lines LOC

..--

mmi2grpc/03-May-2024-956679

.gitignoreD03-May-202412 21

CONTRIBUTING.mdD03-May-20241 KiB3120

LICENSED03-May-202411.1 KiB203169

METADATAD03-May-2024327 119

MODULE_LICENSE_APACHE2D03-May-20240

OWNERSD03-May-202463 43

README.mdD03-May-2024259 1812

__init__.pyD03-May-20240 10

pyproject.tomlD03-May-2024338 1614

README.md

1# mmi2grpc
2
3## Install
4
5```bash
6git submodule update --init
7
8pip install [-e] bt-test-interfaces/python
9pip install [-e] .
10```
11
12## Rebuild gRPC Bluetooth test interfaces
13
14```bash
15pip install grpcio-tools==1.46.3
16./bt-test-interfaces/python/_build/grpc.py
17```
18