Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
greflector(1)		    General Commands Manual		 greflector(1)

NAME
       greflector - A program that will	reflect	data to	all connections

SYNOPSIS
       greflector [-c] [-t] <gensio accepter> [<gensio accepter> [...]]

DESCRIPTION
       The  greflector	program	 accepts  gensio  connections on the given ac-
       cepters.	 For all connections, if data comes in,	it will	send that data
       out to all other	connections.

       This is useful for debugging.  For instance, if you wanted to  simulate
       an AX25 KISS TNC	connection and the air connecting them,	and you	wanted
       to observe the data, you	could do:

	      $	greflector -t kiss,tcp,1234

       If  you	want  to make a	connection instead of accept a connection, use
       the conacc gensio.  See gensio(5) for details.

OPTIONS
       -c     When all connections have	closed,	shut down the reflector.

       -t     Trace all	connections and	incoming data to stdout.

SEE ALSO
       gensio(5)

KNOWN PROBLEMS
       None.

AUTHOR
       Corey Minyard <minyard@acm.org>

A program for reflecting data t... 01/02/19			 greflector(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=greflector&sektion=1&manpath=FreeBSD+Ports+14.3.quarterly>

home | help