openthread / ot-commissioner

OpenThread Commissioner, a Thread commissioner for joining new Thread devices and managing Thread networks.
https://openthread.io/
BSD 3-Clause "New" or "Revised" License
49 stars 36 forks source link

[android] cleanup Android sample app #277

Closed wgtdkp closed 3 months ago

wgtdkp commented 3 months ago

This commits cleans up / updates the existing MeshCoP functionality in the Android sample app:

  1. Removes the local BorderAgentDatabase and data types by leveraging the Thread GMS SDK
  2. Replaces the "discriminator" with the "id" mDNS TXT entry
  3. Removes dead code such as ThreadCommissionerServiceFactory