summaryrefslogtreecommitdiff
path: root/doc/s6-taiclockd.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-12-15 23:08:59 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-12-15 23:08:59 +0000
commite0fc82203d677a6f1e808e9a1a46176c109d89be (patch)
treee9609209b755e3f7a8480aea86601ffe9d4ca540 /doc/s6-taiclockd.html
downloads6-networking-e0fc82203d677a6f1e808e9a1a46176c109d89be.tar.xz
Initial commit
Diffstat (limited to 'doc/s6-taiclockd.html')
-rw-r--r--doc/s6-taiclockd.html51
1 files changed, 51 insertions, 0 deletions
diff --git a/doc/s6-taiclockd.html b/doc/s6-taiclockd.html
new file mode 100644
index 0000000..915c181
--- /dev/null
+++ b/doc/s6-taiclockd.html
@@ -0,0 +1,51 @@
+<html>
+ <head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <meta http-equiv="Content-Language" content="en" />
+ <title>s6-networking: the s6-taiclockd program</title>
+ <meta name="Description" content="s6-networking: the s6-taiclockd program" />
+ <meta name="Keywords" content="s6-networking s6-taiclock tai clock tai64 tai64n tai64na server" />
+ <!-- <link rel="stylesheet" type="text/css" href="http://skarnet.org/default.css" /> -->
+ </head>
+<body>
+
+<p>
+<a href="index.html">s6-networking</a><br />
+<a href="http://skarnet.org/software/">Software</a><br />
+<a href="http://skarnet.org/">skarnet.org</a>
+</p>
+
+<h1> The <tt>s6-taiclockd</tt> program </h1>
+
+<p>
+<tt>s6-taiclockd</tt> is a server for the
+<a href="http://cr.yp.to/proto/taiclock.txt">TAICLOCK</a> protocol.
+It's a long-lived program listening to the network and answering
+to TAICLOCK clients such as <a href="s6-taiclock.html">s6-taiclock</a>.
+</p>
+
+<h2> Interface </h2>
+
+<pre>
+ s6-taiclockd [ -i <em>ip</em> ] [ -p <em>port</em> ]
+</pre>
+
+<ul>
+ <li> s6-taiclockd listens to all network addresses on UDP
+port 4014. </li>
+ <li> Whenever it receives a TAICLOCK request, it answers
+immediately with the TAI time given by its local system clock. </li>
+ <li> It runs until killed by a signal. </li>
+</ul>
+
+<h2> Options </h2>
+
+<ul>
+ <li> <tt>-i&nbsp;<em>ip</em></tt>&nbsp;: bind to <em>ip</em> instead
+of all available addresses. <em>ip</em> can be IPv4 or IPv6. </li>
+ <li> <tt>-p&nbsp;<em>port</em></tt>&nbsp;: bind to port
+<em>port</em> instead of 4014. </li>
+</ul>
+
+</body>
+</html>