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

how to send string from client to particular server in mesh

Hi ..... 

 Here i want to make mesh topology between 5 boards , in that one has to act as client and other has server . i want to send the string data from client to  particular server and  as well as want to send the string  to all the server simultaneously, get back the acknowledgement back from server . how to do that? how to pass the string and which function ? what are the changes  needed to done instead of 0 and 1

Parents
  • Hi. 

    If you want to send data from the client to one single server, you should use the unicast address of the server. 

    If you want to send the data from the client to all the servers simultaneously, then you should have the client publish to a group address, and have all the servers subscribe to that group address. 

    Best regards, 
    Joakim 

  • how to send the string... in light switch example

Reply Children