K
Karthik Vazhkudai
Hi All:
I have to develop an application whereby a motion-surveillance system
on the server side detects an alarm and somehow delivers the images of
the alarm to a PDA user. The PDA user(who is within a wireless LAN)
can then clear or archive the alarm. I was thinking about 2 approaches
to solve this problem: first one is for the server (on detecting new
alarms) to email the images (as a motion jpeg) to the PDA user. He can
then open this email on his PDA and take appropriate action; Second
approach is to have a client application on the PDA which pings the
server (say every 5 seconds) for any new alarms. Once an alarm is
found the motion jpeg movie is downloaded and displayed in this client
app (on the PDA).
Being inexperienced I am unable to evaluate the pros and cons of each
approach. Can someone throw some light on this or even better, suggest
a superior approach?
Also how would I push any data (in this case a motion jpeg) on to a
PDA? I would appreciate if one can let me know of the appropriate API
calls!
P.S: I am trying to develop this using .NET CF alone.
Much appreciated,
Karthik
I have to develop an application whereby a motion-surveillance system
on the server side detects an alarm and somehow delivers the images of
the alarm to a PDA user. The PDA user(who is within a wireless LAN)
can then clear or archive the alarm. I was thinking about 2 approaches
to solve this problem: first one is for the server (on detecting new
alarms) to email the images (as a motion jpeg) to the PDA user. He can
then open this email on his PDA and take appropriate action; Second
approach is to have a client application on the PDA which pings the
server (say every 5 seconds) for any new alarms. Once an alarm is
found the motion jpeg movie is downloaded and displayed in this client
app (on the PDA).
Being inexperienced I am unable to evaluate the pros and cons of each
approach. Can someone throw some light on this or even better, suggest
a superior approach?
Also how would I push any data (in this case a motion jpeg) on to a
PDA? I would appreciate if one can let me know of the appropriate API
calls!
P.S: I am trying to develop this using .NET CF alone.
Much appreciated,
Karthik