Dear All,

Recently I am involved in a project about digital video monitoring.
With a software called 'Digi-Watcher' and a webcam connected to my pc,
when any motions captured ''Digi-Watcher' will send a alert or launch
an application on my pc. Now my task is to send this alert to the
emulator or launch an application in the emulator.

So I want to know how many possible ways to communicate between the
desktop and the emulator ?

Thanks in advance !!

Re: Communication between the desktop and the emulator ? by r_z_aret

r_z_aret
Thu Feb 02 13:45:39 CST 2006

On 2 Feb 2006 04:00:35 -0800, "Hao" <readercn@gmail.com> wrote:

>Dear All,
>
>Recently I am involved in a project about digital video monitoring.
>With a software called 'Digi-Watcher' and a webcam connected to my pc,
>when any motions captured ''Digi-Watcher' will send a alert or launch
>an application on my pc. Now my task is to send this alert to the
>emulator or launch an application in the emulator.
>
>So I want to know how many possible ways to communicate between the
>desktop and the emulator ?

I think the most efficient way would be to use RAPI in a _desktop_
app. Check the CeRapiIInvoke function and relatives.

You could also write a program that runs on the emulator and looks at
a shared folder to monitor presence/absence of flag files (files that
trigger events just be being created and destroyed). A slight
variation would use ftp instead of a shared folder.


>
>Thanks in advance !!

-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and please indicate which newsgroup and message).

Robert E. Zaret, eMVP
PenFact, Inc.
20 Park Plaza, Suite 478
Boston, MA 02116
www.penfact.com

Re: Communication between the desktop and the emulator ? by Hao

Hao
Mon Feb 06 04:28:44 CST 2006

Thanks a lot ,Robert !

Till now , I googled a tool called 'rapistart.exe' ,which can launch a
application in the emulator. It works well :)