GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
greflector(1) FreeBSD General Commands Manual greflector(1)

greflector - A program that will reflect data to all connections

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

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.

When all connections have closed, shut down the reflector.
Trace all connections and incoming data to stdout.

gensio(5)

None.

Corey Minyard <minyard@acm.org>

01/02/19 A program for reflecting data to all connected

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.