Tagged Questions

0
votes
0answers
118 views

Is it possible to get ntpdate working behind a proxy? [closed]

ntpdate command seems to ignore http_proxy ...
0
votes
1answer
29 views

Using the system time for node locked licensing

I have node-locked licensing working, using the MAC address and system time. We're concerned that people will just edit their system date to extend a license, so I've tried getting …
3
votes
1answer
68 views

Handling Y2.036K & Y2.038K bugs.

Hi All, I am currently working on a project with a requirement that our software must operate until at least 2050. Recently we have run into problems dealing with the Y2.036K "bug …
0
votes
0answers
22 views

NTP Y2038 & Y2036

Hi, I am currently investigating the implications of the year 2036 and 2038 rollover bugs for a particular project. The software implemented by this project must be capable of run …
-1
votes
0answers
56 views

What is this servers time? [closed]

i want to learn the time of that server if possible sis.itu.edu.tr
4
votes
4answers
142 views

How Does the Network Time Protocol Work?

The Wikipedia entry doesn't give details and the RFC is way too dense. Does anyone around here know, in a very general way, how NTP works? I'm looking for an overview that explain …
2
votes
2answers
315 views

How to Query an NTP Server from C#

All I need is a way to query an NTP Server from C# to get the Date Time of the NTP Server returned as either a string or as a DateTime. How is this possibly in its simplest form
1
vote
2answers
378 views

Java NTP client

I need my software to communicate with an NTP server to determine the local clock offset. I have tried using the org.apache.commons.net.ntp package, but its implementation is rathe …
4
votes
5answers
195 views

synchronize clocks over internet

I am sending real-time-critical data over the internet between two dedicated computers, using my own protocol. There is, of course, latency involved. For debugging and optimizati …
1
vote
2answers
96 views

How do you compute the client/server timegap?

I'm developing a client/server software, and I'm searching the best way to keep my client clocks in sync with the server clock. Of course, I can't use NTP because I don't want to …
0
votes
1answer
176 views

Will a NTP client work against a SNTP server?

SNTP is a simplification of the full NTP specification. I'd like to use a full NTP client against the internal SNTP server incorporated in Windows XP. Will that work or is a full …