1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: cyclades-serial-client
Section: comm
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
Rules-Requires-Root: no
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/debian/cyclades-serial-client
Vcs-Git: https://salsa.debian.org/debian/cyclades-serial-client.git
Package: cyclades-serial-client
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
Suggests: sredird,
Conflicts: tsrdev,
Description: Network Serial port client software for Cyclades terminal servers
This is the client for network serial port emulation via the RFC 2217
protocol as used by Cyclades terminal servers and other products. It
consists of a daemon that manages a pseudo-tty and a shared object to take
over the tcsetattr() and tcsendbreak() library calls to redirect their
functionality over the network.
|