1OPENELPD(1)                 General Commands Manual                OPENELPD(1)
2
3
4

NAME

6       openelpd - an open source EchoLink proxy daemon
7

SYNOPSIS

9       openelpd [-d] [-F] [-L <log file>] [-S] [-V] [configuration file]
10

DESCRIPTION

12       EchoLink is a software system for connecting licensed radio amateurs to
13       communicate over the internet using  Voice  over  IP  (VoIP).  EchoLink
14       clients  require  that  UDP  ports  5198 and 5199 be "forwarded" to the
15       machine running the client. When this is not allowed or  otherwise  not
16       possible, a proxy is used to listen for data on these ports and forward
17       this data to a client over a TCP stream.
18
19       OpenELP, an Open Source EchoLink Proxy, is a performance-oriented proxy
20       which  can  be used with EchoLink software. It uses a compatible proto‐
21       col, and a compatible configuration file syntax with the Java  EchoLink
22       proxy available from the EchoLink website.
23

OPTIONS

25       -d     Enable  debugging  output  to  the specified logging utility (by
26              default, this is STDOUT/STDERR). Default behavior is to  produce
27              no debug output.
28
29       -F     If  specified,  this  parameter causes the main thread to run in
30              the foreground, and not daemonize. Child threads are still  cre‐
31              ated  for  each  additional  port,  but the main thread does not
32              return unless the proxy is shut down.  Default  behavior  is  to
33              daemonize.
34
35       -L     After initial startup is complete, switch the logging utility to
36              output all information to the given file. If the file  does  not
37              exist,  it  will be created. If it does exist, new log data will
38              be appended to it. This flag is incompatible  with  -S.  Default
39              behavior  is not to use a log file, and route all information to
40              STDOUT.
41
42       -S     After initial startup is complete, switch the logging utility to
43              output all information to syslog. This flag is incompatible with
44              -L. Default behaviour is not to use syslog, and route all infor‐
45              mation to STDOUT.
46
47       -V     Print the version of the daemon executable and exit.
48
49       If  the  configuration  file path is not specified, openelpd will first
50       attempt to open the file named  ELProxy.conf  in  the  current  working
51       directory.  On  systems where a global configuration file path hint was
52       specified at compile time, openelpd will use that configuration path as
53       a last resort.
54

BUGS

56       Any   bugs   should   be   reported   to   the  project  repository  at
57       http://github.com/cottsay/openelp/issues
58

AUTHORS

60       OpenELP was created by Scott K Logan, KM0H <logans@cottsay.net>
61
62       See the Authors file included with this program  for  a  full  list  of
63       authors and contributors.
64
65       EchoLink(r) is a registered trademark of Synergenics, LLC.
66

SEE ALSO

68       qtel(1)
69
70
71
72                                                                   OPENELPD(1)
Impressum