mirror of
https://github.com/espressif/openthread.git
synced 2026-07-10 22:30:21 +00:00
974421da98
* Initial new API helpers * Finish up API helper * Update App to use new API helpers * More cleanup and added support for preferred router ID * Clean up state change handlers * Add logging * Some more clean up and redesign * Added small readme for Windows App.
OpenThread App for Windows
This sample app provides an example of how to interface with the OpenThread API in a Universal Windows App. The app is written in C++ /CX and provides a simple wrapper around the OpenThread API, hiding the raw C/C++ interface.
The main page of the App is a list of the available interfaces, their current connection state, their current ML-EID IPv6 address, and buttons to connect/disconnect and to view some more details.
The details list provides some more information, including extended MAC address, RLOC16 and information about the current children.

