pkg://xcall_0.17_amd64.deb:54190/
usr/
share/
man/
man1/xcall.1.gz
info downloads
.TH XCALL 1
.SH NAME
xcall \- Packet Radio Program for X/GTK+
.SH SYNOPSIS
.B xcall
.SH DESCRIPTION
.B xcall
is a packet radio program for X, written with the GTK library.
It can be used for AX.25, NET/ROM and Rose connections. Xcall
includes support for DX clusters.
.SH USAGE
After startup, you make a connection by selecting:
.P
.I Host->Connection
.P
from the menu. You will be presented with a dialog with
an entry where the port and remote callsign should be entered.
When connected, the top area will display the received frames
and you can type the text to be transmitted into the
one-line entry at the bottom.
.P
.B xcall
will respond with the message
.I '*** Cannot connect to <callsign>: Time-out during connection setup'
when a timeout
occurs. The timeout value can be set in the preferences dialog.
.P
If you think the connection-setup is taking too long, you
can terminate it by selecting Host->Connection again.
The same menu entry is also used for disconnecting.
.P
.B Xcall
is able to record the current session into a file by selecting:
.P
.I Host->Recording
.P
from the menu.
If you enter a filename without a path, the session will be recorded to
~/<download directory>/filename. Data will be appended to any previously
created file with the same name. The download directory can be set
in the preferences dialog.
.P
Recording can be stopped by selecting the same menu again.
.P
.B Xcall
forks a copy when trying to set up a connection. This copy is
automatically deleted after the connection is either successful
or an error has occured.
.SH HISTORY
.B Xcall
will remember the last 20 lines you have entered into the transmit
line. The lines will be saved into ~/.xcall/history and recalled
the next time you start
.B xcall.
History is also saved for the connection and the recording dialogs.
.SH PREFERENCES
When you navigate through the menu, you will find a preferences
dialog under settings.
.P
The
.I General
page in this dialog can be used for setting the download directory, timeout and
saving of window size and position.
The
.I Display
page allows you to change font, colors and widget appearance
of the receive window.
The
.I AX.25
page contains information for AX.25 port settings, read from the
proc filesystem. These settings can be changed by echoing a digit
(as root) to the proc entry. For example, setting a port called 'bpq0' to
AX.25 Extended mode can be done with the following line:
.P
.I echo 1> /proc/sys/net/ax25/bpq0/ax25_default_mode.
.P
More information on the proc filesystem parameters can be found in
the AX25-HOWTO.
.P
The last page in the preferences dialog can be used to turn on
DX cluster support. When enabled, dx spots will appear colorized.
For bands between 1.8 and 30 Mc/s, you can change the color.
.SH KEYS
You can use the PgUp/PgDn key to scroll the top window. Hitting
the Up/Dn arrow will show the previously/next transmitted text
in the one-line entry. The Alt-key will navigate the menu.
.SH THEMES
On startup,
.B xcall
will read
.I ~/.xcall/xcallrc,
when present. This file can be used to change the appearance of
.B xcall.
Included in the distribution is a file called sample.SGI.xcallrc
with an 'SGI' like theme and sample.blue.xcallrc with a blue theme.
Copy this files to xcallrc to try it out.
.SH LANGUAGE SUPPORT
If you have set up language support correctly on your system and if
you speak the Dutch or French language, you can enjoy
.B xcall
in your native langauge by setting the environment variable
LANG. Set it to either 'nl_NL' or 'fr_FR'.
.SH AUTHOR
Both
.B xcall
and this manual page were written by Joop Stakenborg <pg4i@amsat.org>.
Parts of xcall were taken from call.c from the ax25-apps sources by different authors.