Hi Jehudi,
On Fri, Aug 11, 2017, Laczen JMS wrote:
In the bluetooth mesh samples it is shown how to set-up and use the
configuration server and health server root models. Is there also an
example on how to use the configuration client and health client model ?
What are the routines that need to be defined for these models ?
The Client models would typically be operated by a device with a rich &
interactive user interface. As something like that is rarely found on
Zephyr-based device only the Server models are currently implemented.
For implementing client-side models, you could e.g. take example from
the mesh_demo app, which sends configuration messages to the local node
for self-configuration).
Johan