dart_ntp 1.0.1 copy "dart_ntp: ^1.0.1" to clipboard
dart_ntp: ^1.0.1 copied to clipboard

This is simple NTP server with offers offset feature. This may helped test system based on time.

example/dart_ntp_example.dart

import 'package:dart_ntp/dart_ntp.dart';

void main() {
  NTPServer srv = NTPServer();
  srv.start(port: 123, offset: Duration(seconds: 20));
}
0
likes
150
points
40
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This is simple NTP server with offers offset feature. This may helped test system based on time.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

udp

More

Packages that depend on dart_ntp