Top "Ntp" questions

Network Time Protocol is an application level network protocol that is used for synchronizing clocks of computer systems.

What is the best way to run ntpdate at reboot, only after network is ready

I'm using a BeagleBone, and since it has no built in RTC and battery back up, it loses the date …

embedded-linux clock beagleboard ntp
Get time/date from server with sntp(windows c++)

I'm searching for a working code in c/c++ that gets the time and date from the server(ntp.belnet.…

c++ ntp
ntpdate - no server suitable for synchronization found

I am working on ntp. I have to connect to some external NTP server to get my system date updated. …

ntp ntpd
Synchronize time in javascript with a good precision (>0.5s) (NTP-like)

I'm looking for a way to synchronize time between clients with a good precision (let's say 0.5 seconds at least). I …

javascript ajax time ntp
How to fix Windows Server 2012 time goes back 1 hour after reboot?

We have two domain controllers with windows server 2012 R2. My Timezone is set to +3:30 and I disabled the daylight savings. …

time windows-server-2012-r2 ntp domainservices
Getting time from public time server using TimeTCPClient

I try to use the following code to obtain time from public time server. package aaa; import java.util.Arrays; …

java ntp
How can I access NTP clock in java

I have a distributed program written in java. I want my nodes access a synchronized physical clock. I know NTP …

java clock ntp
how validate NTP time synchronization

I need create an application that validates NTP time synchronization on each machine. In other words, I need to determine …

validation time synchronization statistics ntp
convert NTP time to Human-readable time

i have managed to make a NTP request and retrieve the server time from it's NTP response. i want to …

c++ linux protocols ntp
Basic NTP Client in Windows in Visual C++

Good day, I am attempting to implement a very basic NTP client just so I can query a remote NTP …

c++ windows visual-c++ time ntp