1greflector(1) General Commands Manual greflector(1)
2
3
4
6 greflector - A program that will reflect data to all connections
7
8
10 greflector [-c] [-t] <gensio accepter> [<gensio accepter> [...]]
11
12
14 The greflector program accepts gensio connections on the given ac‐
15 cepters. For all connections, if data comes in, it will send that data
16 out to all other connections.
17
18 This is useful for debugging. For instance, if you wanted to simulate
19 an AX25 KISS TNC connection and the air connecting them, and you wanted
20 to observe the data, you could do:
21
22 $ greflector -t kiss,tcp,1234
23
24 If you want to make a connection instead of accept a connection, use
25 the conacc gensio. See gensio(5) for details.
26
27
29 -c When all connections have closed, shut down the reflector.
30
31 -t Trace all connections and incoming data to stdout.
32
33
35 gensio(5)
36
37
39 None.
40
41
43 Corey Minyard <minyard@acm.org>
44
45
46
47A program for reflecting data to all01c/o0n2n/e1c9ted greflector(1)