SignalK / set-system-time

Signal K Node server plugin to set system time on time data from GPS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

set-system-time

Signal K Node server plugin to set system time on time data from GPS

UI image

Configuration Interface

Use sudo when setting the time :

When this option is checked, set-system-time plugin will try to use sudo to set the date. It's required that sudo have a password-less access to the date command.

To give sudo a no password access only to the date command, you can add the following line to your sudoers file :

pi ALL=(ALL) NOPASSWD: /bin/date

--- In this example, pi is the username that run the signalk server. Yours could be different.

About

Signal K Node server plugin to set system time on time data from GPS

License:Apache License 2.0


Languages

Language:JavaScript 100.0%