Skip to content

trigrass2/sntp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

a implementation of NTP server,RFC2030

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%