.\" .\" 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 .\" .\" $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)