Click here to Skip to main content
15,913,854 members
Everything / NTP

NTP

NTP

Great Reads

by JadBenAutho
Efficient and standalone library for NTP server/client utilizing pure C++
by Alaric Dailey
One thing that annoys me is huge companies that ignore time issues. Several of my clients have had huge networks across multiple timezones, and they wondered why logging times in the database were always off, everyone was logging in their local time, making it impossible to correlate logs. ...

Latest Articles

by JadBenAutho
Efficient and standalone library for NTP server/client utilizing pure C++
by Alaric Dailey
One thing that annoys me is huge companies that ignore time issues. Several of my clients have had huge networks across multiple timezones, and they wondered why logging times in the database were always off, everyone was logging in their local time, making it impossible to correlate logs. ...

All Articles

Sort by Score

NTP 

2 Mar 2024 by JadBenAutho
Efficient and standalone library for NTP server/client utilizing pure C++
4 Jun 2011 by Manfred Rudolf Bihy
Synchronize your computers via NTP (> Windows 2000) or SNTP (
4 Jun 2011 by Manfred Rudolf Bihy
I've added this as a separate solution since the requirements where not known from the start.I presume the machines are dedicated to this task only and don't have any other purpose than to play one video spread over several screensHave the application run when the machines are...
5 Sep 2017 by Graeme_Grant
This works for me: datetime - How to Query an NTP Server using C#? - Stack Overflow[^]
17 Feb 2010 by Alaric Dailey
One thing that annoys me is huge companies that ignore time issues. Several of my clients have had huge networks across multiple timezones, and they wondered why logging times in the database were always off, everyone was logging in their local time, making it impossible to correlate logs. ...
11 Mar 2010 by Nishant_Mishra
Good Evening,I just want to know that is it possible to share the internet connection through wireless LAN, and having internet access on one computer through Simple Ethernet wire.i have broadband connection of BSNL and want to access on two machines...
11 Mar 2010 by OriginalGriff
Yes.It is the norm, for wireless houses with two or more computers. Run the Network Setup Wizard on the computer connected to the internet and follow the instructions there.
3 Nov 2014 by muniprasad
I came across Sq-lite database.I found our date time is stored in 18 digit time-stamp.Please help me how to convert it to Local Time. (I tried to convert it(No.of milliseconds from 1900). But i did not get it.It shows 29 days difference. I added 29 days of milliseconds to time. But time...
3 Nov 2014 by ArunRajendra
I don't its possible check this reference in msdn. http://msdn.microsoft.com/en-us/library/ms182776%28v=sql.90%29.aspx[^]
4 Jun 2011 by Morph King
I need a simple client server application that allows the server to send a command to all clients that will run a method at the same time.How can I make sure that the clients will perform the method at the same time?(milliseconds of delay)I thought the use of SNTP but I do not know how to...
22 Apr 2016 by payam_p
There is this project which I'm working on at school; Now one of the things in the project is this:"" Peers and servers should synchronize with a NTP server and use the same timezone (UTC) ""Now I want to kindly point me to some good links or guide me here; What I should do with my...
5 Sep 2017 by Member 13371894
Hi all, I have written a SNTP Client code to retrieve time information as below. In this, the code stops at line _sntpMessageRequest.SNTPData = _udpClient.Receive(ref _ipEndpoint); as SNTP Server is not responding. public bool QueryTimeSynchronizationServer() { UdpClient _udpClient = null;...