SNTP Client for PPC 2002 or Alternative ?

  • Thread starter Thread starter Ciaran
  • Start date Start date
C

Ciaran

Hi All,

I need an C# SNTP Client for my PPC 2002 app, in order
to sync the time with my server. I've stumbled across
some clients that use UDP but it's unreliable and
hangs since no Time Out value can be set. Does anyone
know of an SNTP Client that allows me to set a Time Out
value? or any other way to sync time with the server ?

Cheers,
Ciaran
 
We have the ability, on our Windows CE devices, to sync using either UDP or
TCP connections, but we didn't write the code with .NET. It's not too
complicated, though. You should be able to get it going in a few days with
a copy of the RFC for the protocol and a known-good server to try it with.

Paul T.
 
Hi All,

I need an C# SNTP Client for my PPC 2002 app, in order
to sync the time with my server. I've stumbled across
some clients that use UDP but it's unreliable and
hangs since no Time Out value can be set. Does anyone
know of an SNTP Client that allows me to set a Time Out
value? or any other way to sync time with the server ?

Hi,
if you don't want to roll out your own implementation you can try
Rebex Time .NET - sntp/ntp client library for .NET Compact Framework.
http://www.rebex.net/time.net/

Martin Vobr,
Rebex.NET
 
Back
Top