File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
![ NPM downloads] ( https://img.shields.io/npm/dt/ntp-packet-parser.svg )
2
- [ ![ Build Status] ( https://travis-ci.org /buffcode/ntp-packet-parser. svg?branch=master )] ( https://travis-ci.org /buffcode/ntp-packet-parser )
3
- ![ GitHub release ] ( https://img.shields.io/github/release/buffcode/npm -packet-parser.svg )
2
+ [ ![ Build Status] ( https://github.com /buffcode/ntp-packet-parser/actions/workflows/nodejs.yml/badge. svg )] ( https://github.com /buffcode/ntp-packet-parser/actions )
3
+ ![ NPM version ] ( https://img.shields.io/npm/v/ntp -packet-parser )
4
4
5
5
# NTP packet parser
6
6
7
7
Library to parse NTP response packets according to [ RFC 5905] ( https://www.ietf.org/rfc/rfc5905.txt ) into a easy-to-use structure.
8
- It does not apply any validations or calculations regarding the time but solely parses the data.
8
+ It does not apply any validations or calculations regarding the time but solely parses the data.
9
+
10
+ See [ buffcode/ntp-time-sync] ( https://github.com/buffcode/ntp-time-sync ) for an implementation.
9
11
10
12
## Installation
11
13
``` bash
You can’t perform that action at this time.
0 commit comments