sntp icon indicating copy to clipboard operation
sntp copied to clipboard

A implementation of NTP server,RFC2030

sntp

A implementation of NTP server with Golang

What this?
  • Base on RFC 2030
  • Multiple equipments sync time from local
  • Design for multiple equipments which can't connect to internet and need synchronization time
  • Compatible with ntpdate service on the linux
  • NTP client is fork from beevik,a better client

Usage manual

1. install Golang

Please reference Go install chapter of open-source Golang book "build-web-application-with-golang".

2. install Sntp
$ go get github.com/btfak/sntp
More?

My Blog

License

Apache License, Version 2.0.