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

how to send the particular message from client to specific server

Hi ...

how to send the particular message from client to specific server in mesh ? i am using mesh 3.1 
version 

i want to use 4 server and one client . client have to send the message to particular server with respect to time 

suggest me idea 

Parents Reply
  • I suggest you to look through the Light switch example and see how the functions are used there. Have a look at the provisioner and client, this might also help.

    On the client side, search for handle_config_model_publication_set() in config_server.c. You can find inside this function, the address is set locally calling access_model_publish_address_set().

    And look for config_client_server_set() in the provisioner example.

Children
No Data
Related