Line | |
---|
1 | = skyped(1) |
---|
2 | |
---|
3 | == NAME |
---|
4 | |
---|
5 | skyped - allows remote control of the Skype GUI client |
---|
6 | |
---|
7 | == SYNOPSIS |
---|
8 | |
---|
9 | skyped [<options>] |
---|
10 | |
---|
11 | == DESCRIPTION |
---|
12 | |
---|
13 | Skype supports remote control of the GUI client only via X11 or DBus |
---|
14 | messages. This is hard in care you want remote control. This daemon |
---|
15 | listens on a TCP port and runs on the same machine where the GUI client |
---|
16 | runs. It passes all the input it gets to Skype directly, except for a |
---|
17 | few commands which is related to authentication. The whole communication |
---|
18 | is done via SSL. |
---|
19 | |
---|
20 | == CONFIGURATION |
---|
21 | |
---|
22 | See the README for information about how to configure this daemon. |
---|
23 | |
---|
24 | == OPTIONS |
---|
25 | |
---|
26 | -c, --config:: |
---|
27 | Path to configuration file (default: $HOME/.skyped/skyped.conf) |
---|
28 | |
---|
29 | -d, --debug:: |
---|
30 | Enable debug messages |
---|
31 | |
---|
32 | -h, --help:: |
---|
33 | Show short summary of options |
---|
34 | |
---|
35 | -H, --host:: |
---|
36 | Set the tcp host (default: 0.0.0.0) |
---|
37 | |
---|
38 | -l, --log:: |
---|
39 | Set the log file in background mode (default: none) |
---|
40 | |
---|
41 | -n, --nofork:: |
---|
42 | Don't run as daemon in the background |
---|
43 | |
---|
44 | -p, --port:: |
---|
45 | Set the tcp port (default: 2727) |
---|
46 | |
---|
47 | -v, --version:: |
---|
48 | Display version information |
---|
49 | |
---|
50 | == AUTHOR |
---|
51 | |
---|
52 | Written by Miklos Vajna <vmiklos@frugalware.org> |
---|
Note: See
TracBrowser
for help on using the repository browser.