https://github.com/btfak/sntp
A implementation of NTP server,RFC2030
https://github.com/btfak/sntp
ntp
Last synced: 5 months ago
JSON representation
A implementation of NTP server,RFC2030
- Host: GitHub
- URL: https://github.com/btfak/sntp
- Owner: btfak
- Created: 2013-09-25T03:34:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-08-24T01:31:38.000Z (over 3 years ago)
- Last Synced: 2025-04-15T16:49:23.680Z (9 months ago)
- Topics: ntp
- Language: Go
- Homepage:
- Size: 125 KB
- Stars: 109
- Watchers: 7
- Forks: 32
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
sntp
====
### A implementation of NTP server with Golang
##### What this?
- Base on [RFC 2030](http://tools.ietf.org/html/rfc2030)
- Multiple equipments sync time from local
- Design for multiple equipments which can't connect to internet and need synchronization time
- Compatible with [ntpdate](http://www.eecis.udel.edu/~mills/ntp/html/ntpdate.html) service on the linux
- NTP client is fork from [beevik](https://github.com/beevik/ntp/),a better client
#### Usage manual
##### 1. install Golang
Please reference [Go install](https://github.com/astaxie/build-web-application-with-golang/blob/master/ebook/01.1.md) chapter of open-source Golang book "build-web-application-with-golang".
##### 2. install Sntp
$ go get github.com/btfak/sntp
##### More?
[My Blog](http://www.btfak.com)
##### License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).