/sntp

a implementation of NTP server,RFC2030

Primary LanguageGo

sntp Build Status

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/lubia/sntp
More?

My Blog

License

Apache License, Version 2.0.