Project FROCOR


Downloads:

Source Packages

Dependencies

Debian Packages

Documentation

Contact:

Fabian Stoehr
Daniel Gruen

tucclient

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
AUTHOR
SEE ALSO
BUGS AND LIMITATIONS

NAME

tucclient − connects a unix domain client to a server via tcp.

SYNOPSIS

tucclient udsfile server [-p port]

DESCRIPTION

tucclient enables a client using a unix domain socket to reach its server via tcp. It does that by first connecting to its counterpart, the tucserver, which makes a unix domain socket server available via TCP. It then acts as a server for the path of the unix domain socket udsfile so that the uds client can connect to it.

By default, port 3216 (or another default port specified at compile time) is used for the tcp connection, though this can be overriden with the -p argument.

tucclient was originally developped by the frocor project.

EXAMPLES

connect to a tucserver at foo.bar.org and listen for the uds client at /tmp/yourudsfile:

tucclient /tmp/yourudsfile foo.bar.org

AUTHOR

Daniel Gruen (daniel (at) web.de) and Fabian Stoehr (contact (at) fstoehr.de)

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 or any later version published by the Free Software Foundation.

SEE ALSO

tucserver (1)

BUGS AND LIMITATIONS

tucclient and tucserver have only been tested and probably only work with ASCII data.