1anyRemote(1) General Commands Manual anyRemote(1)
2
3
4
6 anyremote - control PC with Bluetooth/Wi-Fi cell phone
7
9 anyremote [-f file] [-s peer[,peer ...]] [-log] [-a]
10
11 [-fe port] [-u username] [-name SDP service name] [-password]
12
13 anyremote -h|-v
14
16 anyRemote is remote control software for applications using WiFi or
17 Bluetooth.
18
19 anyRemote was developed as thin "communication" layer between device
20 with WiFi or Bluetooth support (which can be cell phone or tablet com‐
21 puter) and Linux PC.
22
23 In theory anyRemote could be configured to manage almost any kind of
24 software.
25
26 anyRemote is console application, but in addition there are GUI fron‐
27 tends for Gnome and KDE.
28
30 -h
31 print short help and exit
32
33 -v
34 print version number and exit
35
36 -f /path/to/configuration/file
37 By default anyremote will try to find and use $HOME/.anyremote.cfg,
38 then ./.anyremote.cfg. It is possible to specify configuration file
39 directly with -f option.
40
41 -s peer[,peer ...]
42 where peer can be one of:
43
44 tcp:_port_ (Server mode - TCP/IP connection)
45
46 bluetooth:_channel_ (Server mode - bluetooth connection)
47
48 web:_port_ (Server mode - Web interface)
49
50 cmxml:_port_ (Server mode - XML services interface)
51
52 local:/dev/ircommX (Server mode - IR connection)
53
54 rfcomm:XX:XX:XX:XX:XX:XX:CC (AT mode - bluetooth connection,
55
56 where XX:XX:XX:XX:XX:XX is bluetooth device address and
57
58 CC is channel number - integer from 1 to 32)
59
60 /dev/ttyACM# (AT mode - cable connection)
61
62 /dev/ircomm# (AT mode - IR connection)
63
64 ilirc:_AF_LOCAL socket file_ (use with inputlircd)
65
66 stdin
67
68 avahi - register SDP service using Avahi
69
70 Default peer value is bluetooth,tcp:5197,web:5080,avahi
71
72 It is possible to specify several peers for Server mode configuration
73 files only.
74
75 It is possible to specify only single peer of web: or cmxml: type.
76
77 -log
78 print verbose logging information to $HOME/.anyRemote/anyremote.log
79
80 -a
81 reconnect automatically in case of connection failure, used only in AT
82 mode
83
84 -fe _port_
85 Work as backend for GUI frontend. Use specified port to connect to
86 frontend.
87
88 -name SDP_service_name
89 if bluetooth or TCP/IP connection is used, allows one to specify SDP
90 service name.
91
92 Default value for SDP service name is "anyRemote"
93
94 -password
95 If this option is specified, then anyRemote will ask the client for the
96 password.
97
98 Password phrase should be stored in $HOME/.anyRemote/password file in a
99 plain text.
100
101 -cfgdir _directory_
102 override default location of directory with configuration files
103
104 -tmpdir _directory_
105 override default location of directory to store temporary files
106
107 -u|--user _username_
108 if started from root, allows one to set effective user ID to specified
109 user
110
111
112
114 Mikhail Fedotov anyremote@mail.ru
115
116 http://anyremote.sf.net
117
119 If you find any bugs, please report to anyremote@mail.ru
120
122 This is free software. You may redistribute copies of it under the
123 terms of the GNU General Public License
124 v3+http://www.gnu.org/licenses/gpl-3.0.html. There is NO WARRANTY, to
125 the extent permitted by law.
126
127
128
129 March 19, 2016 anyRemote(1)