nerves-time / nerves_time

Keep time in sync on Nerves devices
Other
23 stars 13 forks source link

Refactor out ntp so that it's not required #77

Open fhunleth opened 3 years ago

fhunleth commented 3 years ago

While the use of NTP is convenient since it's included in Busybox, the NTP client only supports unauthenticated time and sends everything in the clear. See the Linux Hardening Guide for links.

Just like RTC support was extracted out, network time synchronization should be pluggable as well with NTP being one option.