1REMOTETRX(1) User Manuals REMOTETRX(1)
2
3
4
6 remotetrx - The SvxLink remote transceiver application
7
9 remotetrx [--help] [--daemon] [--logfile=log file] [--config=configura‐
10 tion file] [--pidfile=pid file] [--runasuser=user name]
11
13 remotetrx is the SvxLink remote transceiver application. It is used to
14 connect to a receiver and/or transmitter and then the main SvxLink
15 server can connect to the remote transceiver server via TCP/IP to get
16 audio to/from it.
17
18 The setup is pretty straight forward. The setup of a receiver or trans‐
19 mitter is done in the same way as in the SvxLink server so use the
20 svxlink.conf(5) manual page as a reference for that. The remotetrx spe‐
21 cific configuration is described in the remotetrx.conf(5) manual page.
22
23 On the SvxLink server side you need to configure a networked
24 receiver/transmitter. That is described in the svxlink.conf(5) manual
25 page in the Networked Receiver/Transmitter Section. If using multiple
26 receivers you also want to configure a voter and make proper calibra‐
27 tion of the signal level detector on each receiver.
28
30 --help Print a help message and exit.
31
32 --daemon
33 Start the SvxLink remote receiver server as a daemon.
34
35 --runasuser
36 Start RemoteTrx as the specified user. The switch to the new
37 user will happen after the log and pid files has been opened.
38
39 --logfile=log file
40 Specify a log file to put all output into. Both stdout and
41 stderr will be redire cted to the log file.
42
43 --pidfile=pid file
44 Specify a pid file to write the process ID into.
45
46 --config=configuration file
47 Specify which configuration file to use.
48
50 /etc/remotetrx.conf
51 The system wide configuration file. See remotetrx.conf(5) for
52 further details.
53
54 ~/.svxlink/remotetrx.conf or ~/.remotetrxrc
55 Per user configuration file. See remotetrx.conf(5) for further
56 details.
57
58 /etc/remotetrx.d/*
59 Additional configuration files. This directory is setup by the
60 CFG_DIR configuration variable.
61
63 ASYNC_AUDIO_NOTRIGGER
64 Set this environment variable to 1 if you get an error about
65 ioctl: Broken pipe when the remotetrx server starts.
66
67 HOME Used to find the per user configuration file.
68
70 Tobias Blomberg (SM0SVX) <sm0svx at users dot sourceforge dot net>
71
73 SvxLink Devel <svxlink-devel at lists dot sourceforge dot net>
74
76 svxlink(1), remotetrx.conf(5), svxlink.conf(5), siglevdetcal(1)
77
78
79
80Linux APRIL 2008 REMOTETRX(1)