RTC Client Deployment on a pocket PC Windows CE 4.2
Hello,
I have an HP IPAQ h4150 pocket pc running windows CE 4.2. I want to deploy an RTC (real time communication) client written in C# to it. Is it Technically possible at all ?
Thanks in advance,
Jonathan
It depends on how real is your real time. Managed code is not suitable for hard real time due to GC sweeps. It’s OK for soft real time. For example: drive by wire in your car – not suitable. IM client – no problem.
Also, your h4150 runs Pocket PC 2003, not CE 4.2. It might be important as generic CE 4.2 is not supported by CF V2 while PPC 2003 (which is based on CE 4.2) is supported.