March 2017
Beginner to intermediate
422 pages
8h 4m
English
For data collection, having an accurate timestamp is crucial for capturing time-series data than can be compared to other datasets with consistent timestamps. Network Time Protocol (NTP) is a network communication standard that is designed to keep all computers communicating with an NTP server accurate within a few milliseconds of each other. By checking the time with the NTP server periodically, you can ensure your network machines are all time synchronized. There are several public servers available on the Internet to use; let's talk to one!
My Raspbian installation already had NTP running; we can validate this from the terminal window. Either way, you can install it with apt-get ...
Read now
Unlock full access