1AXCALL(1) Linux Programmer's Manual AXCALL(1)
2
3
4
6 axcall - make an AX.25, NET/ROM or Rose connection.
7
9 For AX.25
10 axcall [-b l|e] [-d] [-h] [-m s|e] [-p paclen] [-r] [-t] [-v] [-w win‐
11 dow] port callsign [[via] digipeaters.....]
12
13 For NET/ROM
14 axcall [-d] [-h] [-p paclen] [-r] [-t] [-v] port callsign
15
16 For Rose
17 axcall [-d] [-h] [-r] [-t] [-v] port callsign address [[via] digi‐
18 peater]
19
21 Axcall is the general purpose AX.25, NET/ROM and Rose connection pro‐
22 gram. As is normal in AX.25 it runs entirely in line mode. All CR/LF
23 translation is done transparently. The program provides ASCII, YAPP,
24 YAPP-C and 7+ file transfer facilities. Some of the options are only
25 valid in AX.25 mode, the program will quietly ignore them if given in
26 NET/ROM mode or in Rose mode.
27
28 This version of axcall incorporates many changes that include a much
29 improved user interface. The port name is mandatory and is the name of
30 the port which the connection will be made on. The port name may be
31 either an AX.25, a NET/ROM port or a Rose port, axcall will determine
32 which automatically.
33
34 When using NET/ROM the use of digipeaters is meaningless and is not
35 supported. However when using Rose up to one digipeater may be speci‐
36 fied, as well as the Rose address of the distant node and the callsign
37 of the remote station. The Rose address must be ten digits long and it
38 must exist in the Rose node tables. For Rose connects to work axparms
39 must have been used to set a callsign/uid mapping for the userid in
40 use.
41
43 -b l|e Sets the method of backoff to use with AX.25 connections. The
44 default is taken from the port specification, but can be
45 overridden by this option. Valid values are l for linear
46 backoff, and e for exponential backoff.
47
48 -d Turn on socket level debugging.
49
50 -h Selects Slave mode.
51
52 -m s|e Sets the AX.25 mode to use. The default is taken from the
53 port specification, but can be overridden by this option.
54 Valid values are s for normal (modulus 8) AX.25 operation, or
55 e for extended (modulus 128) AX.25 operation.
56
57 -p paclen Specify a specific maximum amount of data to be sent in each
58 AX.25 packet.
59
60 -r Selects Raw mode.
61
62 -t Selects Talk mode.
63
64 -v Display the version.
65
66 -w window Specify a specific AX.25 window for this connection. Only
67 valid in AX.25 mode.
68
69 The axcall program interprets lines beginning with a '~' specially.
70 The following '~' escapes are available.
71
72 ~? List escapes
73
74 ~~ A ~ symbol
75
76 ~. Close connection
77
78 ~! [command] Run a command
79