This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Provisioner local configuration

Hi, i am using a model based on simple_on_off model to send custom messages.

For now provisioner and client are separated as in the V2.0.1. I tried to combine them first using this thread (link) and the example of V1.0.1. 

I do not understand how to do the local configuration of the client (provisioner), how to set the publication adresses.

Do you have any advice ?  

  • I would take a look at the check_network_state() function from Mesh SDK v2.0.1, especially the comment where it says "Execute configuration". I would also take a look at the node_setup_start() function, where the configuration takes place. Then, I would compare this with the access_setup() function in Mesh SDK v1.0.1, especially the provisioner_configure() function. Also have a look at the access_model_publish_address_set(). This should help you get started with understanding the local configuration of the client, which is also the provisioner.

Related