Skip to content

cheesestraws/aux-tinyntpdate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

NTP Client

This is a tiny NTP client for old UNIX, primarily aimed at A/UX, but will probably work on anything with BSD sockets where the definitions in modern_types.h are valid.

It's based on David Lettier's "Let's make an NTP client in C", but massaged to build under A/UX with gcc, and massaged to be closer to my own tastes in maintainability (with some tidy-ups like multiple initialisations of variables removed).

Build

Under A/UX: tested with gcc-2.7.2 from jagubox (also available in my aux-minivnc repository).

Credits

© 2014 David Lettier., http://www.lettier.com/ (see Let's make a NTP Client in C).

Portions © 2022, Rob Mitchelmore

License

See LICENSE.

About

Tiny NTP client for older machines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.3%
  • Shell 0.7%