Hi All,
The Network Time Protocol (NTP) and its simplified form (SNTP) are widely
used to synchronize network resources, due to their simplicity and
effectiveness. We have done this in Windows application and it was easy to do
in windows application because there is in-built windows time service.That
is synchronize your PC's clock with that of a time server.
Here we want to do same thing in Compact Framework.In hand-held devices
there is nothing like windows time service.On internet we are not able to
find anything useful.I would highly appreciate if somebody can give
idea/insights in this regard.
Thanks in advance for replying(as always)
--
Thanks and Regards.
Manish Bafna.
MCP and MCTS.

Re: Implement SNTP Protocal in compact framework by Christian

Christian
Mon Nov 26 04:58:39 PST 2007

Chris Tacke of OpenNETCF wrote an article on his blog regarding this topic.
You might want to check that out. Otherwise there are 3rd party solutions
like Rebex.NET for SNTP/NTP time synchronization.

Here's the link to Chris' article.
http://blog.opennetcf.org/ctacke/PermaLink,guid,5a81f80b-5e54-4799-a374-9d02e17d804b.aspx

--
Regards,
Christian Resma Helle
http://christian-helle.blogspot.com


"Manish Bafna" <ManishBafna@discussions.microsoft.com> wrote in message
news:F786FF30-DC8D-4027-915A-6BAE62AC795F@microsoft.com...
> Hi All,
> The Network Time Protocol (NTP) and its simplified form (SNTP) are widely
> used to synchronize network resources, due to their simplicity and
> effectiveness. We have done this in Windows application and it was easy to
> do
> in windows application because there is in-built windows time service.That
> is synchronize your PC's clock with that of a time server.
> Here we want to do same thing in Compact Framework.In hand-held devices
> there is nothing like windows time service.On internet we are not able to
> find anything useful.I would highly appreciate if somebody can give
> idea/insights in this regard.
> Thanks in advance for replying(as always)
> --
> Thanks and Regards.
> Manish Bafna.
> MCP and MCTS.
>



Re: Implement SNTP Protocal in compact framework by Paul

Paul
Mon Nov 26 07:43:07 PST 2007

and Windows CE 5.0 and higher have built-in SNTP services that you can use
to sync with time servers. If you construct the device, that's probably the
way to go.

Paul T.

"Christian Resma Helle" <xtianism@gmail.com> wrote in message
news:%23li7duCMIHA.3516@TK2MSFTNGP02.phx.gbl...
> Chris Tacke of OpenNETCF wrote an article on his blog regarding this
> topic. You might want to check that out. Otherwise there are 3rd party
> solutions like Rebex.NET for SNTP/NTP time synchronization.
>
> Here's the link to Chris' article.
> http://blog.opennetcf.org/ctacke/PermaLink,guid,5a81f80b-5e54-4799-a374-9d02e17d804b.aspx
>
> --
> Regards,
> Christian Resma Helle
> http://christian-helle.blogspot.com
>
>
> "Manish Bafna" <ManishBafna@discussions.microsoft.com> wrote in message
> news:F786FF30-DC8D-4027-915A-6BAE62AC795F@microsoft.com...
>> Hi All,
>> The Network Time Protocol (NTP) and its simplified form (SNTP) are widely
>> used to synchronize network resources, due to their simplicity and
>> effectiveness. We have done this in Windows application and it was easy
>> to do
>> in windows application because there is in-built windows time
>> service.That
>> is synchronize your PC's clock with that of a time server.
>> Here we want to do same thing in Compact Framework.In hand-held devices
>> there is nothing like windows time service.On internet we are not able to
>> find anything useful.I would highly appreciate if somebody can give
>> idea/insights in this regard.
>> Thanks in advance for replying(as always)
>> --
>> Thanks and Regards.
>> Manish Bafna.
>> MCP and MCTS.
>>
>
>



RE: Implement SNTP Protocal in compact framework by Brandon

Brandon
Mon Nov 26 12:01:03 PST 2007

We're on WM2K3, and we just wrote a little webservice that returns our domain
controller's time in UTC (the domain controller is in sync with our
mainframe). We have a "service" running on the device that is responsible
for multiple things, including periodically calling this webservice and
updating the time if necessary.

"Manish Bafna" wrote:

> Hi All,
> The Network Time Protocol (NTP) and its simplified form (SNTP) are widely
> used to synchronize network resources, due to their simplicity and
> effectiveness. We have done this in Windows application and it was easy to do
> in windows application because there is in-built windows time service.That
> is synchronize your PC's clock with that of a time server.
> Here we want to do same thing in Compact Framework.In hand-held devices
> there is nothing like windows time service.On internet we are not able to
> find anything useful.I would highly appreciate if somebody can give
> idea/insights in this regard.
> Thanks in advance for replying(as always)
> --
> Thanks and Regards.
> Manish Bafna.
> MCP and MCTS.
>

Re: Implement SNTP Protocal in compact framework by ManishBafna

ManishBafna
Tue Nov 27 02:12:01 PST 2007

Hi Paul,
First of all thanks for giving such a reliable answer.I would be grateful to
you if you can elaborate more on in-built SNTP services in windows ce 5.0.I
would appreciate if you can some code snippets for using in-built SNTP
services in Windows CE 5.0 or some links/url showing how to use in-bulit sntp
services in Windows ce 5.0.
Thanks in advance for replying(as always)
--
Hope this helps.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.



"Paul G. Tobey [eMVP]" wrote:

> and Windows CE 5.0 and higher have built-in SNTP services that you can use
> to sync with time servers. If you construct the device, that's probably the
> way to go.
>
> Paul T.
>
> "Christian Resma Helle" <xtianism@gmail.com> wrote in message
> news:%23li7duCMIHA.3516@TK2MSFTNGP02.phx.gbl...
> > Chris Tacke of OpenNETCF wrote an article on his blog regarding this
> > topic. You might want to check that out. Otherwise there are 3rd party
> > solutions like Rebex.NET for SNTP/NTP time synchronization.
> >
> > Here's the link to Chris' article.
> > http://blog.opennetcf.org/ctacke/PermaLink,guid,5a81f80b-5e54-4799-a374-9d02e17d804b.aspx
> >
> > --
> > Regards,
> > Christian Resma Helle
> > http://christian-helle.blogspot.com
> >
> >
> > "Manish Bafna" <ManishBafna@discussions.microsoft.com> wrote in message
> > news:F786FF30-DC8D-4027-915A-6BAE62AC795F@microsoft.com...
> >> Hi All,
> >> The Network Time Protocol (NTP) and its simplified form (SNTP) are widely
> >> used to synchronize network resources, due to their simplicity and
> >> effectiveness. We have done this in Windows application and it was easy
> >> to do
> >> in windows application because there is in-built windows time
> >> service.That
> >> is synchronize your PC's clock with that of a time server.
> >> Here we want to do same thing in Compact Framework.In hand-held devices
> >> there is nothing like windows time service.On internet we are not able to
> >> find anything useful.I would highly appreciate if somebody can give
> >> idea/insights in this regard.
> >> Thanks in advance for replying(as always)
> >> --
> >> Thanks and Regards.
> >> Manish Bafna.
> >> MCP and MCTS.
> >>
> >
> >
>
>
>

Re: Implement SNTP Protocal in compact framework by ManishBafna

ManishBafna
Tue Nov 27 04:01:03 PST 2007

Hi,
Also can we control SNTP Services in windows CE programatically at
runtime.Suppose on button click i want to synchronize my clock with time
servers.Is this possible with in-built SNTP Services in windows ce 5.0.?
Thanks and Regards.
Manish Bafna.
MCP and MCTS.



"Paul G. Tobey [eMVP]" wrote:

> and Windows CE 5.0 and higher have built-in SNTP services that you can use
> to sync with time servers. If you construct the device, that's probably the
> way to go.
>
> Paul T.
>
> "Christian Resma Helle" <xtianism@gmail.com> wrote in message
> news:%23li7duCMIHA.3516@TK2MSFTNGP02.phx.gbl...
> > Chris Tacke of OpenNETCF wrote an article on his blog regarding this
> > topic. You might want to check that out. Otherwise there are 3rd party
> > solutions like Rebex.NET for SNTP/NTP time synchronization.
> >
> > Here's the link to Chris' article.
> > http://blog.opennetcf.org/ctacke/PermaLink,guid,5a81f80b-5e54-4799-a374-9d02e17d804b.aspx
> >
> > --
> > Regards,
> > Christian Resma Helle
> > http://christian-helle.blogspot.com
> >
> >
> > "Manish Bafna" <ManishBafna@discussions.microsoft.com> wrote in message
> > news:F786FF30-DC8D-4027-915A-6BAE62AC795F@microsoft.com...
> >> Hi All,
> >> The Network Time Protocol (NTP) and its simplified form (SNTP) are widely
> >> used to synchronize network resources, due to their simplicity and
> >> effectiveness. We have done this in Windows application and it was easy
> >> to do
> >> in windows application because there is in-built windows time
> >> service.That
> >> is synchronize your PC's clock with that of a time server.
> >> Here we want to do same thing in Compact Framework.In hand-held devices
> >> there is nothing like windows time service.On internet we are not able to
> >> find anything useful.I would highly appreciate if somebody can give
> >> idea/insights in this regard.
> >> Thanks in advance for replying(as always)
> >> --
> >> Thanks and Regards.
> >> Manish Bafna.
> >> MCP and MCTS.
> >>
> >
> >
>
>
>

Re: Implement SNTP Protocal in compact framework by ctacke/>

ctacke/>
Tue Nov 27 07:03:18 PST 2007

Result #1 from a Google search for "Windows CE SNTP":

http://msdn2.microsoft.com/en-us/library/ms899547.aspx


--

Chris Tacke, eMVP
Join the Embedded Developer Community
http://community.opennetcf.com


"Manish Bafna" <ManishBafna@discussions.microsoft.com> wrote in message
news:AC636C12-491E-4E7C-80C4-6BF27C9F3DCB@microsoft.com...
> Hi,
> Also can we control SNTP Services in windows CE programatically at
> runtime.Suppose on button click i want to synchronize my clock with time
> servers.Is this possible with in-built SNTP Services in windows ce 5.0.?
> Thanks and Regards.
> Manish Bafna.
> MCP and MCTS.
>
>
>
> "Paul G. Tobey [eMVP]" wrote:
>
>> and Windows CE 5.0 and higher have built-in SNTP services that you can
>> use
>> to sync with time servers. If you construct the device, that's probably
>> the
>> way to go.
>>
>> Paul T.
>>
>> "Christian Resma Helle" <xtianism@gmail.com> wrote in message
>> news:%23li7duCMIHA.3516@TK2MSFTNGP02.phx.gbl...
>> > Chris Tacke of OpenNETCF wrote an article on his blog regarding this
>> > topic. You might want to check that out. Otherwise there are 3rd party
>> > solutions like Rebex.NET for SNTP/NTP time synchronization.
>> >
>> > Here's the link to Chris' article.
>> > http://blog.opennetcf.org/ctacke/PermaLink,guid,5a81f80b-5e54-4799-a374-9d02e17d804b.aspx
>> >
>> > --
>> > Regards,
>> > Christian Resma Helle
>> > http://christian-helle.blogspot.com
>> >
>> >
>> > "Manish Bafna" <ManishBafna@discussions.microsoft.com> wrote in message
>> > news:F786FF30-DC8D-4027-915A-6BAE62AC795F@microsoft.com...
>> >> Hi All,
>> >> The Network Time Protocol (NTP) and its simplified form (SNTP) are
>> >> widely
>> >> used to synchronize network resources, due to their simplicity and
>> >> effectiveness. We have done this in Windows application and it was
>> >> easy
>> >> to do
>> >> in windows application because there is in-built windows time
>> >> service.That
>> >> is synchronize your PC's clock with that of a time server.
>> >> Here we want to do same thing in Compact Framework.In hand-held
>> >> devices
>> >> there is nothing like windows time service.On internet we are not able
>> >> to
>> >> find anything useful.I would highly appreciate if somebody can give
>> >> idea/insights in this regard.
>> >> Thanks in advance for replying(as always)
>> >> --
>> >> Thanks and Regards.
>> >> Manish Bafna.
>> >> MCP and MCTS.
>> >>
>> >
>> >
>>
>>
>>