1anyRemote(1) General Commands Manual anyRemote(1)
2
3
4
6 anyremote - control PC with Bluetooth cell phone
7
9 anyremote [-f file] [-s connect string] [-log] [-a]
10
11 [-fe port] [-http] [-u username] [-name SDP service name]
12 [-password]
13
14 anyremote -h|-v
15
17 The overall goal of this project is to provide remote control service
18 on Linux through Bluetooth, InfraRed, Wi-Fi or just TCP/IP connection.
19
20 anyRemote supports wide range of modern cell phones like Nokia, SonyEr‐
21 icsson, Motorola and others.
22
23 It was developed as thin "communication" layer between Bluetooth (IR,
24 Wi-Fi)-capabled phone and Linux, and in theory could be configured to
25 manage almost any software.
26
27 anyRemote is console application, but in addition there are GUI
28 front-ends for Gnome and KDE.
29
31 -h
32 print short help and exit
33
34 -v
35 print version number and exit
36
37 -f /path/to/configuration/file
38 By default anyremote will try to find and use $HOME/.anyremote.cfg,
39 then ./.anyremote.cfg. It is possible to specify configuration file
40 directly with -f option.
41
42 -s connect string
43 where connect string can be one of:
44
45 bluetooth:_channel_ (Server mode - bluetooth connection)
46
47 socket:_port_ (Server mode - TCP/IP connection)
48
49 local:/dev/ircommX (Server mode - IR connection)
50
51 rfcomm:XX:XX:XX:XX:XX:XX:CC (AT mode - bluetooth connection, where
52 XX:XX:XX:XX:XX:XX is bluetooth device address and CC is channel number
53 - integer from 1 to 32)
54
55 /dev/ttyACM# (AT mode - cable connection)
56
57 /dev/ircomm# (AT mode - IR connection)
58
59 ilirc:_AF_LOCAL socket file_ (use with inputlircd)
60
61 stdin
62
63 -log
64 print verbose logging information to $HOME/.anyRemote/anyremote.log
65
66 -a
67 reconnect automatically in case of connection failure, used only in
68 AT-mode
69
70 -fe _port_
71 Work as backend for GUI frontend. Use specified port to connect to
72 frontend.
73
74 -http
75 Tune work with anyremote2html
76
77 -name SDP_service_name
78 if bluetooth connection is used, allows to specify SDP service name.
79
80 Default value for SDP service name is "anyRemote"
81
82 -password
83 If this option is specified, then anyRemote will ask java client for
84 password.
85
86 Password phrase should be stored in $HOME/.anyRemote/password file in
87 plain text.
88
89 -u|--user _username_
90 if started from root, allows to set effective user ID to specified user
91
92
93
95 Mikhail Fedotov anyremote@mail.ru
96
97 http://anyremote.sf.net
98
100 If you find any bugs, please report to anyremote@mail.ru
101
103 This is free software. You may redistribute copies of it under the
104 terms of the GNU General Public License
105 http://www.gnu.org/licenses/gpl.html. There is NO WARRANTY, to the
106 extent permitted by law.
107
108
109
110 February 12, 2011 anyRemote(1)