[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Riminilug-general] socat?aiuto!!!



On Wed, Dec 20, 2006 at 06:17:41PM +0100, kleber wrote:
> salve a tutti, è importante per me riuscire a collegare tramite ethernet la seriale di una macchina remota   e gestire tramite un programma dedicato  che gira sulla macchina client  un apparato radio collegato alla seriale remota , per questo spero di riuscirvi con socat, c'è qualcuno che conosce questo programma?
> saluti                                        carlo

c'e' esattamente l'esempio che stai cercando nel man di socat:


On server with modem:

 socat TCP4-LISTEN:54321,reuseaddr /dev/ttyS0,nonblock,raw,echo=0

On client: mkdir $HOME/dev

 socat PTY,link=$HOME/dev/vmodem0,raw,echo=0,waitslave TCP4:modemserver.us.org:54321

Installs  a TCP4 service on a modemserver and generates a pseudo terminal
device (PTY) on the client that can be reached under the symbolic link
$HOME/dev/vmodem0. Now an application on the client that expects a serial  line
or  modem  can  be  configured  to  use  $HOME/dev/vmodem0; its traffic will be
directed to /dev/ttyS0 on the modem server.


filippo
--
Filippo Giunchedi - http://esaurito.net
PGP key: 0x6B79D401
random quote follows:

I was once walking through the forest alone. A tree fell right
in front of me -- and I didn't hear it.
-- Steven Wright
_______________________________________________
Riminilug-general mailing list
Riminilug-general@xxxxxxxxxxxx
http://riminilug.it/mailman/listinfo/riminilug-general