Host Utilities - Eric's TelNet98
The files in this directory are intended to be used on the host system.
None of these is actually needed to have TelNet98 working, but some might be helpful.


tnupload.c
is a utility to initiate a TelNet98 file transfer with a command on the host.
This utility is not needed for the built-in file transfer !

Integration: Compile with the C compiler and copy the binary to /usr/bin/

tndownload.c
is a utility to initiate a TelNet98 file transfer with a command on the host.
This utility is not needed for the built-in file transfer !

Integration: Compile with the C compiler and copy the binary to /usr/bin/

uudecode.c
TelNet98 uses uudecode for the built-in file transfer.
This utility is normally already present on most host operating systems.

Integration: Compile with the C compiler and copy the binary to /usr/bin/

uuencode.c
TelNet98 uses uuencode for the built-in file transfer.
This utility is normally already present on most host operating systems.

Integration: Compile with the C compiler and copy the binary to /usr/bin/

tnprint.sh
is a shell script for a simple method to send text from the host to a TelNet98
printer. The script can be used as a command or as a filter.

Integration: Assign execution rights to the file (chmod +x) and copy it into /usr/bin/

termcap
is a UNIX terminal driver for the older Curses screen library.
The file can be used if none of the existing term definitions match.

Integration: Add to the existing /etc/termcap text file

terminfo.src
is a UNIX terminal driver for the newer Curses screen library.
The file can be used if none of the existing term definitions match.

Integration: Compile with the tic compiler