summaryrefslogtreecommitdiffstats
path: root/6pack/m6pack.8
diff options
context:
space:
mode:
authorThomas Osterried <thomas@osterried.de>2005-12-10 16:17:28 +0000
committerThomas Osterried <thomas@osterried.de>2005-12-10 16:17:28 +0000
commitcbc787a43d78bec5b22038d5c3d124820fc53aaa (patch)
tree48ad671c8c286a1513425cfa3cb311cb4c14cfcf /6pack/m6pack.8
parentf4d3f0dc920f69aa903f91ae0ef2fb14b9a5195b (diff)
support for 6pack tnc rings (patch found at sf.net)
from Iñaki Arenaza EB2EBU <iarenaza@escomposlinux.org>
Diffstat (limited to '6pack/m6pack.8')
-rw-r--r--6pack/m6pack.854
1 files changed, 54 insertions, 0 deletions
diff --git a/6pack/m6pack.8 b/6pack/m6pack.8
new file mode 100644
index 0000000..831942c
--- /dev/null
+++ b/6pack/m6pack.8
@@ -0,0 +1,54 @@
+.TH M6PACK 8 "28 April 2002" Linux "Linux System Managers Manual"
+.SH NAME
+m6pack \- Attach multiples 6PACK interfaces
+.SH SYNOPSIS
+.B m6pack [-l] [-s speed] [-v] ttyinterface pty1 pty2...
+.SH DESCRIPTION
+.LP
+.B m6pack
+allows multiple 6PACK TNCs sharing the same serial port to be
+used with the Linux AX.25 kernel software. The AX.25 softare has no support
+for multiple TNCs sharing the same serial line. The
+different ports are addressed by encoding the port number in the control
+byte of every 6pack frame.
+.B m6pack
+watches a serial port, and routes 6pack frames to/from the pseudo ttys. The
+other side of the pseudo ttys are then attached with
+.B spattach
+as normal.
+.sp 1
+Statistics about the operation of
+.B m6pack
+may be obtained by sending the SIGUSR1 signal to the running program. On
+reception of such a signal
+.B m6pack
+will print a set of statistics to the system log if logging has been
+enabled.
+.sp 1
+Although mention is made of using pseudo ttys as the last arguments,
+these devices may be normal serial ports. However
+.B m6pack
+provides no way in which to set their speed, the speed must therefore be set
+by some other method.
+.SH OPTIONS
+.TP 10
+.BI \-l
+Enables system logging, the default is off.
+.TP 10
+.BI "\-s speed"
+Set the speed of the serial port.
+.TP 10
+.BI \-v
+Display the version.
+.SH "SEE ALSO"
+.BR spattach (8),
+.BR ifconfig (8),
+.BR kill (1).
+.SH AUTHORS
+Iñaki Arenaza EB2EBU <iarenaza@escomposlinux.org>, based in the work by:
+.br
+Tomi Manninen OH2BNS <tpmannin@cc.hut.fi>
+.br
+Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk>
+.br
+Kevin Uhlir N0BEL <kevinu@flochart.com>