• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

mmi2grpc/25-Apr-2025-956679

.gitignoreD25-Apr-202512 21

CONTRIBUTING.mdD25-Apr-20251 KiB3120

LICENSED25-Apr-202511.1 KiB203169

METADATAD25-Apr-2025327 119

MODULE_LICENSE_APACHE2D25-Apr-20250

OWNERSD25-Apr-202544 32

README.mdD25-Apr-2025259 1812

__init__.pyD25-Apr-20250 10

pyproject.tomlD25-Apr-2025338 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