Git Product home page Git Product logo

libmsntp's Introduction

libmsntp 1.6a
http://snarfed.org/libmsntp

Copyright 2005 Ryan Barrett <[email protected]>
Copyright 1996-2000 N.M. Maclaren <[email protected]>

--------
OVERVIEW
--------

libmsntp is a full-featured, compact, portable SNTP library. SNTP (RFC 2030) is
a simplified version of NTP (RFC 1305), which allows precise synchronization of
system clocks over a best-effort network. libmsntp provides SNTP client and
server functionality in a shared library with a simple API.

libmsntp is implemented as a thin layer on top of msntp, N.M. Maclaren's
command-line SNTP utility. msntp is compact, straightforward, and elegant, and
I'm indebted to Nick, and to the Cambridge High Performance Computing Facility,
for providing the msntp source to the public.

For more information on msntp, see README.msntp or visit:

  http://www.hpcf.cam.ac.uk/export/

--------
BUILDING
--------

To build, open Makefile and uncomment the options for your particular platform.
Then, just type make. If make isn't GNU make, you may need to use gmake
instead. See README.msntp for detailed information.

----------
INSTALLING
----------

To install, type "make install". You may need to be the superuser. libmsntp
installs into /usr/local by default; to install to a different location, edit
the Makefile and change the PREFIX variable.

-----
USING
-----

To use, simply build and install libmsntp, #include <libmsntp.h> in your code,
and pass the -lmsntp flag to gcc. For more information, see libmsntp.h. Also,
example.c is a simple command-line tool that demonstrates how to use libmsntp.
You can build it with "make example".

-------------------
COPYRIGHT & LICENSE
-------------------

libmsntp is distributed under the GPL. See the LICENSE file for more
information. Copyright 2005 Ryan Barrett, 1996-2000 N.M. Maclaren.

libmsntp's People

Contributors

snarfed avatar

Watchers

James Cloos avatar shubham avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.