Commit Graph

4 Commits

Author SHA1 Message Date
Inga Stotland
7af962a04a mesh: Fix opcode for OP_VEND_MODEL_APP_GET
This changes the value of OP_VEND_MODEL_APP_GET to 0x804D (it was
incorrectly set to 0x804C)
2020-01-17 23:06:57 -08:00
Inga Stotland
3937a002a7 mesh: Rename mesh_config_srv_init() to cfgmod_server_init()
This renames mesh_config_srv_init() to cfgmod_server_init() to avoid
confusion with mesh_config_..> API and to reflect that the call pertains
to configuration server model.
2019-07-15 14:48:04 -07:00
Inga Stotland
c1f5df90bc mesh: Add multi-node support to Config Server model
The Config Server model is rewritten to allow control of mutiple nodes
on the local device. The updates to a node configuration (e.g., keys,
model subscriptions/publications, etc.) as set by a remote Config Client
are routed to a properly addressed node and stored in a protected
configuration file corresponding to that node.
2019-01-08 08:26:22 -08:00
Inga Stotland
6fbc4c83e1 mesh: Header files for mesh access layer and utilities
This adds initial implementation of Mesh access layer functionality
2018-08-20 12:48:21 -07:00