mehulhirpara opened a new pull request #591: Model framework URL: https://github.com/apache/mynewt-nimble/pull/591 This pull request is for BLE Mesh stack development. It include following things: 1. BLE Mesh Model Framework. 2. A Gateway sample app based on BLE Mesh Model Framework which can run on RPi/Linux platform. BLE Mesh Model Framework () implements Model interface for applications. This framework is mainly developed to handle model state bindings automatically and to ease application development. While using this framework, models can be created as an objects and each model object gives callback to application as an when required. Application does not need to maintain separate configurations and arrays to maintain all the models and do not need to implement all state bindings at application level. At this moment, BLE Mesh Model Framework supports few standard BLE SIG models v1.0 with few features. Framework source is placed at nimble/host/mesh_model_framework. Please review this request and let me know if any changes are required. Thanks
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
