File tree Expand file tree Collapse file tree 3 files changed +1667
-1
lines changed Expand file tree Collapse file tree 3 files changed +1667
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ AM_CFLAGS = -DSYSCONFDIR="\"${sysconfdir}\"" -I$(top_builddir) \
6
6
noinst_LIBRARIES = libgensiotool.a libgtlssh.a
7
7
8
8
bin_PROGRAMS = gensiot @GMDNS@ @GTLSSH@ @GTLSSH_KEYGEN@ gsound \
9
- @GENSIO_PTY_HELPER@
9
+ @GENSIO_PTY_HELPER@ gagwpe
10
10
sbin_PROGRAMS = @GTLSSHD@
11
11
EXTRA_PROGRAMS = gtlsshd gtlssh gmdns gtlssh-keygen gensio_pty_helper
12
12
@@ -61,6 +61,10 @@ gsound_SOURCES = gensiosound.c
61
61
gsound_LDADD = $(top_builddir ) /lib/libgensioosh.la \
62
62
$(top_builddir ) /lib/libgensio.la libgensiotool.a
63
63
64
+ gagwpe_SOURCES = gensioagwpe.c
65
+ gagwpe_LDADD = $(top_builddir ) /lib/libgensioosh.la \
66
+ $(top_builddir ) /lib/libgensio.la
67
+
64
68
gensio_pty_helper_SOURCES = gensio_pty_helper.c
65
69
66
70
manpages = gensiot.1 gtlsshd.8 gtlssh.1 gtlssh-keygen.1 gtlssync.1 gmdns.1 \
Original file line number Diff line number Diff line change
1
+ .TH gagwpe 1 01/02/19 "An AGWPE server using gensio"
2
+
3
+ .SH NAME
4
+ gensio \- An AGWPE server using gensio
5
+
6
+ .SH SYNOPSIS
7
+ .B gagwpe [options] io
8
+
9
+ .SH DESCRIPTION
10
+ The
11
+ .BR gagwpe
12
+ program AX25 connection to be made using a network connection specified in the
13
+ .I io
14
+ parameter.
15
+
16
+ For a description of how to specify a gensio, see the gensio documentation.
17
+
18
+ .SH OPTIONS
19
+ .TP
20
+ .I "\-p|\-\-listenport <gensio>"
21
+ By default the program listens on
22
+ .BR tcp,7001
23
+ but this parameter allows the listen port to be overridden.
24
+ .TP
25
+ .I \-\- version
26
+ Print the version number and exit.
27
+ .TP
28
+ .I \- h|\-\- help
29
+ Help output
30
+
31
+ .SH "SEE ALSO"
32
+ gensio(5)
33
+
34
+ .SH "KNOWN PROBLEMS"
35
+ None.
36
+
37
+ .SH AUTHOR
38
+ .PP
39
+
You can’t perform that action at this time.
0 commit comments