File: man.html

package info (click to toggle)
anyremote 5.1.3%2Bdfsg-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,408 kB
  • ctags: 824
  • sloc: ansic: 7,035; sh: 3,776; python: 113; makefile: 54
file content (91 lines) | stat: -rw-r--r-- 3,165 bytes parent folder | download
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
     <title>anyRemote - control PC with Bluetooth cell phone</title>
  </head>

<body>
<br>
<h2>NAME</h2>
<p>anyremote - control PC with Bluetooth cell phone</p>
<br>
<h2>SYNOPSIS</h2>
<p><strong>anyremote</strong> [-f file] [-s connect string] [-log] [-a]</p> 
<p>          [-fe port] [-http] [-u username] [-name SDP service name] [-password]</p>

<p><strong>anyremote</strong> -h|-v</p>

<br>
<h2>DESCRIPTION</h2>

<p>The overall goal of this project is to provide remote control service on Linux 
through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection.</p>

<p>anyRemote supports wide range of modern cell phones like Nokia, SonyEricsson, 
Motorola and others.</p> 

<p>It was developed as thin "communication" layer between Bluetooth (IR, Wi-Fi)-capabled phone 
and Linux, and in theory could be configured to manage almost any software.</p> 

<p>anyRemote is console application, but in addition there are GUI front-ends for Gnome and KDE.</p>

<h2>OPTIONS</h2>
<h3>-h</h3><p>print short help and exit</p>

<h3>-v</h3><p>print version number and exit</p>

<h3>-f /path/to/configuration/file</h3>

<p>By default anyremote will try to find and use $HOME/.anyremote.cfg, then ./.anyremote.cfg. It is possible to specify
configuration file directly with -f option.</p>
<h3>-s connect string</h3>
<p>where connect string can be one of:</p>
<p>	bluetooth:_channel_ (Server mode - bluetooth connection)</p>
<p>	socket:_port_	    (Server mode - TCP/IP connection)</p>
<p>	local:/dev/ircommX  (Server mode - IR connection)</p>
<p>	/dev/rfcomm#	    (AT mode - bluetooth connection)</p>
<p>	/dev/ttyACM#	    (AT mode - cable connection)</p>
<p>	/dev/ircomm#	    (AT mode - IR connection)</p>
<p>	ilirc:_AF_LOCAL socket file_ (use with inputlircd)</p>
<p>	stdin</p>

<h3>-log</h3> 
<p>print verbose logging information to $HOME/.anyRemote/anyremote.log</p>

<h3>-a</h3> 
<p>reconnect automatically in case of connection failure, used only in AT-mode</p>

<h3>-fe _port_</h3>
<p>Work as backend for GUI frontend. Use specified port to connect to frontend.</p>

<h3>-http</h3>
<p>Tune work with anyremote2html</p>

<h3>-name SDP_service_name</h3> 
<p>if bluetooth connection is used, allows to specify SDP service name.</p> 
<p>Default value for SDP service name is "anyRemote"</p>

<h3>-password</h3> 
<p>If this option is specified, then anyRemote will ask java client for password.</p> 
<p>Password phrase should be stored in $HOME/.anyRemote/password file in plain text.</p>

<h3>-u|--user _username_</h3>
<p>if started from root, allows to set effective user ID to specified user</p>

<p>	
<br>
<h2>AUTHORS</h2>
Mikhail Fedotov <i>anyremote@mail.ru</i>
<p><i>http://anyremote.sf.net</i>

<br>
<h2>BUGS</h2>
If you find any bugs, please report to <i>anyremote@mail.ru</i>

<br>
<h2>LICENCE</h2>
<p>This  is free software. You may redistribute copies of it under the terms of the GNU
General Public License <i>http://www.gnu.org/licenses/gpl.html</i>. There is NO WARRANTY, to
the extent permitted by law.</p>
</body>
</html>