Project FROCOR


Downloads:

Source Packages

Dependencies

Debian Packages

Documentation

Contact:

Fabian Stoehr
Daniel Gruen

tucserver

NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
AUTHOR
SEE ALSO
BUGS AND LIMITATIONS

NAME

tucserver − Allow a unix domain socket server to be reached with tcp

SYNOPSIS

tucserver udsfile [-p port]

DESCRIPTION

tucserver makes a unix domain socket connection available via tcp. it does that by connecting to the unix domain socket server and then listening on a tcp port (port 3216, any other port specified at compile time, or a port specified with the -p command line option). If its counterpart, the tucclient, connects to it via tcp, tucserver sends any data it receives via tcp from tucclient to the unix domain socket server and the other way around.

tucserver was originally developped by the frocor project.

EXAMPLES

Make the unix domain socket /tmp/yourudsfile available via TCP:

tucserver /tmp/yourudsfile

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

tucclient (1)

BUGS AND LIMITATIONS

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