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

Adding Server to Light Control Mesh Example

How do we go about adding servers to the light control example i.e. I would like to control 50 servers via one client. What needs to change in the code besides SERVER_COUNT below:

#define SERVER_COUNT (3)
#define CLIENT_COUNT (SERVER_COUNT + 1)
Related