Exchange strings between Server and Node
Hi everyone,
I have built two custom boards (One server and and one node) and my application requires that the server and client communicate with each other and exchange the following parameters.
A name in string
Date day and time.
The server will send above information to client and client will store it. The client will ring when the time received from sever arrives. That would be through RTC alarm.
The questions are
1. How to send the information from the server to client?
2. How to store use that information on the client side to ring RTC alarm?
3. How to retrieve mac address of the node(client) and store it in server?
Any help would be highly appreciated.
Warm Regards