M
Mark Irvine
Hi,
I have been developing a small scheduling app and no would like to add an
additional alert facility. The idea is that if there is a change to the
schedule, an alert of some sort is transmitted to the device. My idea is to
have a socket listening (non-blocking) on a specific port. During logon the
public IP address of the device is recorded and then used to send alerts.
Is this a good approach? Are there any other approaches? I have also found
it difficult to find any examples on the web on this topic.
Many thanx for any help you can offer,
Mark
I have been developing a small scheduling app and no would like to add an
additional alert facility. The idea is that if there is a change to the
schedule, an alert of some sort is transmitted to the device. My idea is to
have a socket listening (non-blocking) on a specific port. During logon the
public IP address of the device is recorded and then used to send alerts.
Is this a good approach? Are there any other approaches? I have also found
it difficult to find any examples on the web on this topic.
Many thanx for any help you can offer,
Mark