zoukankan      html  css  js  c++  java
  • nRF5 SDK for Mesh( 七 ) BLE MESH 的 架构(rchitecture)

      The mesh stack consists of a number of subsystems that are interfaced through a set of API modules. The API modules hide the complexity of their subsystems. The functionality provided in the API is sufficient to make a functioning mesh device, so that there is no need to bypass the API.

      The mesh stack's structure is based off the structure of the Bluetooth Mesh Specification and follows the same naming conventions. See Basic Bluetooth Mesh concepts for an introduction to the Bluetooth Mesh.

    网格体系结构

      网格堆栈由许多子系统组成,这些子系统通过一组API模块进行交互。API模块隐藏了它们的子系统的复杂性。API中提供的功能足以创建一个功能正常的网格设备,因此不需要绕过API。

      网格堆栈的结构是基于蓝牙网格规范的结构,遵循相同的命名约定。关于蓝牙网格的介绍,请参阅基本的蓝牙网格概念。

    • Models: The Bluetooth Mesh models present and implement device behavior.
    • Access: The Bluetooth Mesh access layer organizes models and communication.
    • DSM: The Device State Manager stores addresses and encryption keys for usage in the models.
    • Core: The Core Bluetooth Mesh layer takes care of encryption and message relaying.
    • Provisioning: The Bluetooth Mesh provisioning protocol is used for adding devices to the network.
    • Bearer: The Bearer layer takes care of low-level radio operation.
    • DFU: The Device Firmware Upgrade module cooperates with a bootloader to enable firmware upgrades through the mesh.
    • Node Config (not pictured): The node configuration is a utility module that manages the configuration and setup of the device.
    • Serial (not pictured): Application-level serialization of the Mesh API allows the mesh to be controlled by a separate host device.
    • 模型: 蓝牙 MESH 模型
  • 相关阅读:
    linux下git以及github的连接与使用
    在windows上如何安装python web引擎jinja2
    JS请求服务器并使页面跳转(转)
    Spring MVC中Session的正确用法<转>
    Eclipse上安装GIT插件EGit及使用
    深入理解JavaScript事件循环机制
    React Hooks useContext 进行父子组件传值
    Remove all your local git branches but keep master
    常见的web前端性能优化
    js知识梳理2:对象属性的操作
  • 原文地址:https://www.cnblogs.com/suozhang/p/7837584.html
Copyright © 2011-2022 走看看