Re: TELNET RFC 2217 sous Linux

Pàgina inicial

Reply to this message
Autor: Olivier Guerrier
Data:  
A: ML Guilde
Assumpte: Re: TELNET RFC 2217 sous Linux
Frédéric a écrit :
> Mmmm, ce n'est pas tout à fait ça, ou alors je ne comprend pas comment
> fonctionne ce truc... Ce que je voudrais, c'est mettre en place un driver
> qui fait que si une appli cause au device /dev/ttyS0, cela soit
> automatiquement redirigé vers le port série de mon adaptateur
> ethernet/série, et que ce soit complètement transparent pour elle.


C'était une bonne réponse à une question formulée à l'envers :))

Ce que tu cherche est donc probablement ça:

$ apt-cache show cyclades-serial-client
[...]
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.

Olivier.