logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

greflector - A program that will reflect data to all connections

Author

       Corey Minyard <minyard@acm.org>

A program for reflecting data to all connected      01/02/19                                       greflector(1)

Description

       The  greflector  program accepts gensio connections on the given accepters.  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.

Known Problems

       None.

Name

       greflector - A program that will reflect data to all connections

Options

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

       -t     Trace all connections and incoming data to stdout.

See Also

gensio(5)

Synopsis

greflector[-c][-t]<gensioaccepter>[<gensioaccepter>[...]]

See Also