summaryrefslogtreecommitdiff
path: root/doc/ivyd.1
blob: 6808c53ca46733f6c4e583f92c908e36db08e9f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.\"
.\"	IvyDaemon, an Ivy gateway for short-lived agents
.\"
.\"	Copyright (C) 1999
.\"	Centre d'Études de la Navigation Aérienne
.\"
.\"	man page for ivyd
.\"
.\"	Author(s): Stephane Chatty <chatty@cenatoulouse.dgac.fr>
.\"
.\"	$Id$
.\"
.\"	Please refer to file version.h for the
.\"	copyright notice regarding this software



.TH IVYD 1 "17 Feb 1999"
.ds )H CENA, France.
.ds ]W V1.0
.UC 4
.SH NAME
ivyd - daemon to relay messages to an Ivy bus.
.SH SYNOPSIS
.B "ivyd [-d] [-b [network[,network]][:port]]"
.SH DESCRIPTION
.B ivyd
is an Ivy agent which binds to a port and awaits requests from
clients.  Upon receiving a request, it reemits its contents as a message
on the Ivy bus. The port is chosen dynamically, and registered by sending an UDP 
message to the
.B in.ivyd
daemon.

.B ivyd
is especially useful for short-lived applications that wish to send
messages on an Ivy bus but cannot stay connected to a bus long enough.
.SH OPTIONS
.RS
.TP 6
.B -d
Prints debug messages, and do not fork from the calling shell.
.TP
.B -b [network[,network]][:port]
Connects to and reemits messages on the Ivy bus defined by the broadcast address
.I port
and/or the set of networks
.I network[,network].
The default port is 2010, and the default network is 127, ie loopback.
.SH SEE ALSO
.PP
in.ivyd(1),
ivyecho(1),
Ivy(1)