summaryrefslogtreecommitdiffstats
path: root/user_call/ax25_call.8
blob: e7542e4b611d621307895fb03a7a85b8ea5b2c89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.TH AX25_CALL 8 "4 July 1999" Linux "Linux Programmer's Manual"
.SH NAME
ax25_call, netrom_call, rose_call, tcp_call \- make an AX.25, NET/ROM,
ROSE or TCP connection
.SH SYNOPSIS
.B ax25_call [-c] [-i paclen] [-o paclen] port local_call remote_call [digipeaters ...]
.sp
.B netrom_call [-c] [-i paclen] [-o paclen] port local_call remote_netrom_addr
.sp
.B rose_call [-c] [-i paclen] [-o paclen] port local_call remote_call remote_rose_addr
.sp
.B tcp_call [-c] [-i paclen] [-o paclen] remote_addr remote_port
.SH DESCRIPTION
.LP
.B ax25_call, netrom_call, rose_call and tcp_call
establish an AX.25, NET/ROM, ROSE or a TCP connection in a manner
suitable for calling from either the
.B ax25d
program directly, or from the
.B node
program as an external command. By setting the command line arguments
appropriately it is possible to set the local callsign from which the call
will be made. No translation of the end of lines is performed by this
program.
.sp
For
.B netrom_call
the  remote_netrom_addr  parameter may either be in the form of a single
callsign or as a NET/ROM alias  and  callsign  pair separated by
colon. For example NMCLUS:GB7BPQ. 
.sp
For
.B rose_call
the remote_rose_addr  parameter  must be in the form of a ten digit
ROSE address.
.sp
For
.B tcp_call
the remote_addr parameter must be a dotted-quad IP address or a
hostname and the remote_port must be a service name (see services(5))
or a port number.
.SH OPTIONS
.TP 12
.BI \-c
Enables zlib based compression on the incoming connection. Compression
algorithm is the same as in LinuxNode (see node(8)).
.TP 12
.BI "\-i paclen"
The maximum frame length to be used on the incoming connection. The
default is 256 for ax25_call and rose_call, 236 for netrom_call and
1024 for tcp_call.
.TP 12
.BI "\-o paclen"
The maximum frame length to be used on the outgoing connection. The
default is 256 for ax25_call and rose_call, 236 for netrom_call and
1024 for tcp_call.
.SH FILES
.br
/etc/ax25/axports
.br
/etc/ax25/nrports
.br
/etc/ax25/rsports
.SH "SEE ALSO"
.BR ax25(4), netrom(4), rose(4), tcp(4).
.SH AUTHOR
Jonathan Naylor G4KLX <g4klx@g4klx.demon.co.uk>
.br
Tomi Manninen OH2BNS <tomi.manninen@hut.fi>