diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-10-31 22:52:58 +0000 |
commit | d038a73ebd432fae3ce355b84443038f88cb7199 (patch) | |
tree | b3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /net/tn5250/DESCR | |
parent | 70bae73d77e50256a2ee847bd9be11b761bcea01 (diff) | |
download | pkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'net/tn5250/DESCR')
-rw-r--r-- | net/tn5250/DESCR | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net/tn5250/DESCR b/net/tn5250/DESCR new file mode 100644 index 00000000000..f880caed999 --- /dev/null +++ b/net/tn5250/DESCR @@ -0,0 +1,5 @@ + This is the implementation of a 5250 emulator. The 5250 is most commonly +used for connected to IBM's AS/400. While one can connect to an AS/400 with +a VT100 emulator, its not ideal. The problem is that the 5250 is a screen at +a time terminal, whereas the VT100 is a character at a time device. The +emulator uses the binary mode of telnet to transfer the 5250 data stream. |