You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2018/07/09 12:56:29 UTC

[GitHub] michal-narajowski opened a new pull request #142: Mesh sync with Zephyr (persistent storage)

michal-narajowski opened a new pull request #142: Mesh sync with Zephyr (persistent storage)
URL: https://github.com/apache/mynewt-nimble/pull/142
 
 
   This PR adds support for persistent storage in BLE Mesh:
   -   Basic Mesh network information
   -   Replay Protection List & Local Sequence Number
   -   Network Keys
   -   Application Keys
   -   Model publication
   -   Model subscription
   -   Model binding
   -   IV Update state handling
   -   Heartbeat publication
   -   Any other Configuration Server model states
   -   Reduced sequence number stores (e.g. store every 100th and add 100 at boot)
   -   Reduced RPL stores (e.g. have a timer to store at most once per minute)
   -   bt_mesh_reset() clears all stored values
   
   Moreover, it contains other important fixes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services