diff options
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. |