summaryrefslogtreecommitdiff
path: root/mesh/README
Commit message (Collapse)AuthorAgeFilesLines
* mesh: ELL encrypt dependancy README section addedBrian Gix2019-05-311-0/+14
| | | | | | Due to known AEAD encryption deficiencies in old versions of the kernel, we have added a section on identifying and back-porting mesh to otherwise non-supporting platforms.
* mesh: Reconfigure node storage treeBrian Gix2019-05-131-1/+33
| | | | | | Add a tree structure to a nodes data storage, in order to safely handle Replay Protection list, Refactor local Sequence Numbers, and add Key storage for Config Client nodes.
* mesh: Use node uuids as storage directory namesMichaƂ Lowas-Rzechonek2019-05-081-4/+3
| | | | | | | | | | | Instead of keeping track of unique 16bit node identifiers, reuse their UUIDs to create both storage directories and dbus objects. Because of that: - UUID is no longer stored in the JSON file, it's inferred from the directory name instead - Join(), CreateNetwork() and ImportLocalNode() APIs return an error if given UUID already registered within the daemon
* mesh: Add README fileInga Stotland2019-02-041-0/+50
| | | | | This file contains instructions for Bluetooth mesh daemon configuration and description of the persistent storage.
* tools: Move meshctl sources under tools/mesh directoryInga Stotland2018-07-061-26/+0
| | | | This is a temporary location until the unified mesh solution is provided
* mesh: define APIs for Bluetooth MeshBrian Gix2017-08-211-0/+26