I am estudying and modifying the light switch example.
the example shared in the SDK, this example works as star network. (1 client and 3 (or many) servers) where:
- The client sends (unicast and broadcast) messages to servers
- The server only sends unicast messages (reply) to client.
In this moment I already can to send and receive broadcast messages between the servers, but in this message type, the client side does not treat the message.
What modification I need to do, to client side "undestand" that him are receiving a broadcast messages?