Thursday, September 4, 2008

Tip within unix

tip is a unix utility for establishing a terminal connection to a remote system via a modem

The tip command line options are as follows tip [-v] [-speed-entry] {hostname phone-number device}

A simple example is a script that establishes a terminal session:
spawn tip modem
expect "connected"
send "ATD$argc\r"
set timeout 30
expect "CONNECT"

No comments: