Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IoT Capstone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Cooper Little
IoT Capstone
Commits
ef1c9379
Commit
ef1c9379
authored
1 year ago
by
TH
Browse files
Options
Downloads
Patches
Plain Diff
Slightly better formatting for README.
parent
1ec50654
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-0
9 additions, 0 deletions
README.md
with
9 additions
and
0 deletions
README.md
+
9
−
0
View file @
ef1c9379
...
...
@@ -15,8 +15,10 @@ Initially, Makerbot Replicator+ 3D printers have been the target for this monito
On server:
Find nameserver entries:
https://www.pool.ntp.org/zone/au
```
$ sudo apt-get install ntp
$ sudo nano /etc/ntp.conf
server 0.au.pool.ntp.org iburst
...
...
@@ -27,23 +29,30 @@ $ sudo systemctl restart ntp
$ sudo apt install ntpdate
$ ntpdate -q server-ip
$ sudo systemctl status ntp
```
Where the last command confirms the ntp time server is working.
On the pi:
```
$ sudo nano /etc/systemd/timesyncd.conf
[Time]
#NTP=
FallbackNTP=server-ip-here
```
Reboot the pi.
```
$ sudo shutdown -r now
```
Check ntp server is being used:
```
$ sudo apt-get install ntpstat
$ ntpstat
$ timedatectl status
```
### Continuing on
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment