Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1012 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 1012 Bytes

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.