[ntp:questions] Bad Synchronization with NTP 4.2.7p285 under Windows 7

2012-06-29 Thread Robert Hegner
Hi all I built NTP 4.2.7p285 with Visual Studio 2010 and I'm trying to synchronize my Win7 box to some public time servers. It works really bad. The offset jumps around like crazy (-0.559s ... 0.174s) and quite often it loses all its servers (all entries are white in NTP Time Server Monitor)

Re: [ntp:questions] Programmatically monitoring / controlling NTP service

2012-02-08 Thread Robert Hegner
Thanks for the clarification! :) It would be great to have ntpsvcio publicly available! Robert ___ questions mailing list questions@lists.ntp.org http://lists.ntp.org/listinfo/questions

Re: [ntp:questions] Programmatically monitoring / controlling NTP service

2012-02-08 Thread Robert Hegner
Hi David, thanks for your link. I will also read your page about your experiences of running NTP on Windows. Looks interesting. My goal is to integrate some monitoring functionality into my own (C#) application. So the more interesting thing for me would be to see how you implemented your monit

Re: [ntp:questions] Programmatically monitoring / controlling NTP service

2012-02-08 Thread Robert Hegner
Thanks Martin for your reply! I want to monitor/control NTP from C#, which does not support static linking. So I need to create a wrapper (.dll) around libntp anyway. I guess I can make sure in that wrapper dll that only one thread can access only one ntpd at the same time. My main problem now

[ntp:questions] Programmatically monitoring / controlling NTP service

2012-02-08 Thread Robert Hegner
I'm developing a distributed system where time synchronization is done using NTP. I'd like to give the user the possibility to do some basic monitoring / controlling of all the NTP clients in the system from the main control program. So for example I'd like to show the status of all remote NTP c

Re: [ntp:questions] Beginner needs help...

2011-03-02 Thread Robert Hegner
Am 02.03.2011 10:05, schrieb Dave Hart: On Tue, Mar 1, 2011 at 07:10 UTC, Robert Hegner wrote: Thanks Chris and Dave for your answers. I think I should give some more information about the computer I want to use as time server. This computer has two network interfaces. One is for the

Re: [ntp:questions] Beginner needs help...

2011-03-01 Thread Robert Hegner
Thanks Chris and Dave for your answers. I think I should give some more information about the computer I want to use as time server. This computer has two network interfaces. One is for the mentionned local network and using the other one it is connected to the company network and internet.

[ntp:questions] Beginner needs help...

2011-02-28 Thread Robert Hegner
Hi all I'm new to this list and also a NTP newbie. I'm trying to set up time synchronization in a simple local network. Three computers are connected via a switch: - 192.168.0.1 runs Win7. This should be the time server for the other computers. Its clock source is the local system clock. - 19