File: cwdaemon.8.in

package info (click to toggle)
cwdaemon 0.9.4-6
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 852 kB
  • ctags: 174
  • sloc: sh: 3,638; ansic: 1,799; makefile: 103
file content (71 lines) | stat: -rw-r--r-- 2,372 bytes parent folder | download | duplicates (5)
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
70
71
.TH CWDAEMON 8

.SH NAME
cwdaemon \- morse daemon for the serial or parallel port

.SH SYNOPSIS
.B cwdaemon [options] ...

.SH "DESCRIPTION"
Cwdaemon is a small daemon which uses the pc parallel or serial port and a 
simple transistor switch to output morse code to a transmitter from a text 
message sent to it via udp port 6789.

.SH "OPTIONS"
.TP
\fB\-d <device>\fR Use a different device for keying.
.TP
\fB\-h\fR Show summary of options.
.TP
\fB\-n\fR Do not fork and print debug information to stdout.
.TP
\fB\-p <port>\fR Use a different UDP port number (default = 6789).
.TP
\fB\-P <priority>\fR Set cwdaemon priority, -20 to 20 (default = 0).
.TP
\fB\-s <speed>\fR Set speed, value larger than 4 (default = 24).
.TP
\fB\-t <time>\fR Set PTT delay, value from 0 to 50 ms (default = 0).
.TP
\fB\-v <volume>\fR Set volume for soundcard output.
.TP
\fB\-V\fR Output version information and exit.
.TP
\fB\-w <weight>\fR Set weighting, value from -50 to 50 (default = 0).
.TP
\fB\-x <sdevice>\fR Set sound device to be used.

.SH DEVICES
Any serial device that supports getting and setting the modem
control lines can be used.  On Linux, ttyS0, ttyS1, etc. will
work.  On FreeBSD these devices are known as ttyd0, ttyd1, etc.
On OpenBSD, these same devices are known as tty00, tty01, etc.,
but may vary with platform.

For parallel ports on Linux try parport0 (default) or parport1, and on
FreeBSD, ppi0 (default), ppi1, etc.  OpenBSD does not support parallel
port operation, and defaults to 'tty00'.

For completeness, a 'null' device is provided.  This device does
exactly nothing (no rig keying, no ssb keying, etc.).

.SH "SOUND DEVICES"
Sdevice should be one of 'c' (console), 's' (soundcard), 'b' (both),
or 'n' (none).
The default is console, which is the PC speaker.

.SH "SEE ALSO"
The provided README in \fI@prefix@/share/cwdaemon\fR
for a description of the circuitry, usage and testing
of cwdaemon.

.SH AUTHOR
Cwdaemon was written by Joop Stakenborg <pg4i at amsat.org>,
Rein Couperus <pa0r at amsat.org>, Wolf-Ruediger Juergens,
DL2WRJ <WJuergens at t-online.de> and Ladislav Vaiz, OK1ZIA 
<ok1zia at nagano.cz>. Cwlib is taken and adapted from
the unixcw package, version 2.2 by Simon Baldwin, G0FRD.
FreeBSD support mostly done by Diane Bruce, VA3DB.
OpenBSD support by Jason L. Wright, AI4JW.

Code maintainer for cwdaemon is Joop, pg4i at amsat.org.