Skip to content

Commit d32a5f9

Browse files
committed
Add an agwpe server
Signed-off-by: Corey Minyard <[email protected]>
1 parent 21120b1 commit d32a5f9

File tree

3 files changed

+1667
-1
lines changed

3 files changed

+1667
-1
lines changed

tools/Makefile.am

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ AM_CFLAGS = -DSYSCONFDIR="\"${sysconfdir}\"" -I$(top_builddir) \
66
noinst_LIBRARIES = libgensiotool.a libgtlssh.a
77

88
bin_PROGRAMS = gensiot @GMDNS@ @GTLSSH@ @GTLSSH_KEYGEN@ gsound \
9-
@GENSIO_PTY_HELPER@
9+
@GENSIO_PTY_HELPER@ gagwpe
1010
sbin_PROGRAMS = @GTLSSHD@
1111
EXTRA_PROGRAMS = gtlsshd gtlssh gmdns gtlssh-keygen gensio_pty_helper
1212

@@ -61,6 +61,10 @@ gsound_SOURCES = gensiosound.c
6161
gsound_LDADD = $(top_builddir)/lib/libgensioosh.la \
6262
$(top_builddir)/lib/libgensio.la libgensiotool.a
6363

64+
gagwpe_SOURCES = gensioagwpe.c
65+
gagwpe_LDADD = $(top_builddir)/lib/libgensioosh.la \
66+
$(top_builddir)/lib/libgensio.la
67+
6468
gensio_pty_helper_SOURCES = gensio_pty_helper.c
6569

6670
manpages = gensiot.1 gtlsshd.8 gtlssh.1 gtlssh-keygen.1 gtlssync.1 gmdns.1 \

tools/gagwpe.1

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
Corey Minyard <[email protected]>

0 commit comments

Comments
 (0)