Jake Swensen
Jake Swensen
It is my understanding that in order to follow the terms of the MIT license, a license text file that covers the entire project or notices in each file is...
Closes #27
This commit introduces 'RttHost' to allow for calling applications to hook into RTT channels via 'std::sync::mpsc' channels. Previously, the rtthost binary contained much of the required setup. That has been...
**Describe the bug** A clear and concise description of what the bug is. Calls to the `GetAll` dbus property are failing on properties that have compile time settings that result...
The iterator for fetching diagnostic TLV requests is useful for applications that directly integrate with the Openthread API. However, it can be awkward to use this API to expose the...
Add an API to fetch arbitrary network diagnostic TLVs. This new API mirrors the `ot-ctl` command `networkdiagnostic get`. A generic approach was preferred over adding individual APIs so that an...