Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37495007
en ru br
ALT Linux repos
S:0.1-alt2
5.0: 0.1-alt1
4.1: 0.1-alt1

Group :: File tools
RPM: bidilink

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.1-alt2
Build date: 3 june 2013, 18:23 ( 568.2 weeks ago )
Size: 95.76 Kb

Home page:   http://0pointer.de/lennart/projects/bidilink/

License: GPLv2+
Summary: Bidirectional stream linker
Description:

bidilink is a general purpose Unix tool for linking two bidirectional
data streams together. It extends the standard Unix "filter" paradigma
to bidrectional streams.

Version 0.1 is more or less stable. Its has the following stream
drivers:
* std: - STDIN, STDOUT of the process
* exec:PROGRAM - fork() off a process and use its STDIN and STDOUT
* tty:TTYDEVICE - Open a TTY device (like a serial port) as client
* pty:[PTYNAME] - Allocate a pseudo TTY device as master
* tcp-client:HOSTNAME:PORT - Connect to another or the local host via TCP/IP
* tcp-server:[IPADDRESS:]PORT - Listen on a local port and wait for
an incoming connection
* unix-client:SOCKNAME - Connect to a local Unix domain socket
* unix-server:SOCKNAME - Listen on a local Unix domain socket

Current maintainer: Igor Zubkov

List of contributors

List of rpms provided by this srpm:

  • bidilink
  • bidilink-debuginfo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin