diff options
author | sakamoto <sakamoto> | 1999-05-12 06:00:06 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 1999-05-12 06:00:06 +0000 |
commit | 30ca4147d76f2ec9083d0fd501a69cdb6582f386 (patch) | |
tree | de66dd11211658898ba27d30ce9b1c3bcdb3a0aa /comms/snooper/pkg/DESCR | |
parent | a9532ae9cf064e3435729b67bd8b571674b5cfa8 (diff) | |
download | pkgsrc-30ca4147d76f2ec9083d0fd501a69cdb6582f386.tar.gz |
Import FreeBSD's "snooper" port:
serial line protocol analyzer (need two serial interfaces).
Diffstat (limited to 'comms/snooper/pkg/DESCR')
-rw-r--r-- | comms/snooper/pkg/DESCR | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/comms/snooper/pkg/DESCR b/comms/snooper/pkg/DESCR new file mode 100644 index 00000000000..1f5226b08b3 --- /dev/null +++ b/comms/snooper/pkg/DESCR @@ -0,0 +1,25 @@ +snooper - serial line snooping tool + The tool is for snooping communication between two devices + that communicate with RS232C serial line. + +Machine configuration + There are 3 machines/modems to take part in the configuration. + We will denote those machines as follows: + partyA a computer + partyB computer/modem/digi-cam/whatever + console The computer you are using to snoop + the communication between A and B. + + Say, you would like to snoop the following configuration. + partyA ---cableAB--- partyB + In that case you should connect "console" between partyA and + cableAB, as follows: + partyA ---cableX--- console ---cableAB--- party B + cableX must be cross-cable (a cable to connect two computers). + +Command-line options + % snooper [-options] dev0 dev1 + -bBAUD specifies baud rate. + -u don't use uucp locking (questionable option) + dev0 name of serial device 0. + dev1 name of serial device 1. |