doc: add section in README.md

This commit is contained in:
Corentin LIAUD
2025-08-27 19:44:59 +02:00
parent 1589ee9da5
commit 2bd0b2ca87

View File

@@ -49,6 +49,12 @@ Provides a "real-world" usage example of this library.
Improved documentation available [here](./adb_cli/README.md).
## examples
Some examples are available in the `examples` directory:
- `examples/mdns`: mDNS device discovery example
## pyadb_client
Python wrapper using `adb_client` library to export classes usable directly from a Python environment.