diff options
Diffstat (limited to 'ham/tfkiss/pkg')
-rw-r--r-- | ham/tfkiss/pkg/COMMENT | 1 | ||||
-rw-r--r-- | ham/tfkiss/pkg/DESCR | 16 | ||||
-rw-r--r-- | ham/tfkiss/pkg/MESSAGE | 15 | ||||
-rw-r--r-- | ham/tfkiss/pkg/PLIST | 13 |
4 files changed, 45 insertions, 0 deletions
diff --git a/ham/tfkiss/pkg/COMMENT b/ham/tfkiss/pkg/COMMENT new file mode 100644 index 00000000000..87df67a5a1f --- /dev/null +++ b/ham/tfkiss/pkg/COMMENT @@ -0,0 +1 @@ +a software implementation of TheFirmware for use with TNT. diff --git a/ham/tfkiss/pkg/DESCR b/ham/tfkiss/pkg/DESCR new file mode 100644 index 00000000000..8e586ba9fc4 --- /dev/null +++ b/ham/tfkiss/pkg/DESCR @@ -0,0 +1,16 @@ +TNT, the hostmode terminal program needs a TNC with TheFirmware connected +on a serial interface. There are some applications, where other +configurations are needed: +- The TNC or PR-controller software is not compatible to TheFirmware and + its hostmode, but does support KISS mode +- The interface is not on a HF-frequency, but a TCP/IP-based network + (local net or internet) +- TNT together with DPBox shall be used directly connected to a digipeater + using KISS mode (hopefully with CRC) as interface + +To handle these applications, TFKISS was written. It is in fact a port +of the original TheFirmware by NORD><LINK, written for TNC2-hardware. +The low level interfaces were changed and adapted to Linux. On the +radio side a KISS- and an AXIP-interface take the place of the HDLC/modem +interface. The host connection is changed to a direct console interface (for +terminal mode) and a socket interface (for TNT). diff --git a/ham/tfkiss/pkg/MESSAGE b/ham/tfkiss/pkg/MESSAGE new file mode 100644 index 00000000000..c6c7d1fbdc2 --- /dev/null +++ b/ham/tfkiss/pkg/MESSAGE @@ -0,0 +1,15 @@ +/*************************************************************************** +* * +* The installation of tfkiss is now completed. Please read * +* the documentation provided with this package carefully and * +* edit all configuration files to reflect your system setup! * +* * +* * +* IMPORTANT NOTE: * +* =============== * +* * +* Make a backup of all your configuration and log files as * +* they will be overwritten or deleted during the installation * +* or de-installation of tfkiss!!! * +* * +***************************************************************************/ diff --git a/ham/tfkiss/pkg/PLIST b/ham/tfkiss/pkg/PLIST new file mode 100644 index 00000000000..add97f69849 --- /dev/null +++ b/ham/tfkiss/pkg/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/06 19:31:42 frueauf Exp $ +sbin/tfkiss +share/tfkiss/doc/alas.eng +share/tfkiss/doc/alas.txt +share/tfkiss/doc/copyrght.txt +share/tfkiss/doc/rfc1226 +share/tfkiss/doc/tfkiss.doc +share/tfkiss/conf/tfkiss.ini +share/tfkiss/conf/tfkiss.cfg +@unexec rm -f %D/share/tfkiss/conf/tfkiss.par +@dirrm share/tfkiss/doc +@dirrm share/tfkiss/conf +@dirrm share/tfkiss |