2025-07-02 18:24:11 +00:00
|
|
|
# mesh_service_example
|
|
|
|
|
|
2026-04-01 15:21:25 -05:00
|
|
|
> **DEPRECATED — scheduled for removal in a future release.**
|
|
|
|
|
>
|
|
|
|
|
> This module is no longer maintained and will be deleted once the new public API documentation is
|
|
|
|
|
> available. Do not add new code here. Do not use it as a template for new integrations.
|
|
|
|
|
>
|
|
|
|
|
> For integrating with the Meshtastic service from your own app, refer to the `:core:api` module
|
|
|
|
|
> README at [`core/api/README.md`](../core/api/README.md).
|
2025-07-02 18:24:11 +00:00
|
|
|
|
2026-04-01 15:21:25 -05:00
|
|
|
## What this was
|
2025-07-02 18:24:11 +00:00
|
|
|
|
2026-04-01 15:21:25 -05:00
|
|
|
`mesh_service_example` was a sample Android application demonstrating how to bind to the
|
|
|
|
|
`IMeshService` AIDL interface and exchange data with the Meshtastic radio service. It is kept in
|
|
|
|
|
the repository only to avoid breaking the CI assemble task (`mesh_service_example:assembleDebug`)
|
|
|
|
|
and the JitPack publication that consumers may reference, until those are formally retired.
|
2025-07-02 18:24:11 +00:00
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
2026-04-01 15:21:25 -05:00
|
|
|
See the root `LICENSE` file.
|