File: setup-server.html

package info (click to toggle)
anyremote 4.6-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 4,236 kB
  • ctags: 819
  • sloc: ansic: 5,234; sh: 985; python: 86; makefile: 77
file content (151 lines) | stat: -rw-r--r-- 6,300 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>
    <link rel="stylesheet" type="text/css" href="data/default.css">
    <title>anyRemote - control PC with Bluetooth cell phone</title>
    <link rel="stylesheet" type="text/css" href="data/default.css">
    <link rel="icon" href="data/anyRemote32.png" type="image/png">
    <link rel="shortcut icon" href="data/anyRemote16.png" type="image/png" />
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="description" content="anyRemote project page - Bluetooth remote control tool">
  </head>

<body><div id="body">

	<h1>Setup anyRemote to work in Server mode</h1>

	<h2>Be sure that ...</h2>

	<p>... bluetooth subsystem is working. Page and inquiry scan must be enabled on bluetooth interface. Your bluetooth phone should be paired already.
        </p>

	<p>If You plan to connect to the phone over bluetooth, verify from phone specifications is Your phone 
        <a href="http://jcp.org/en/jsr/detail?id=82">JSR-82</a>-capabled or not.
   	
        <p>You have to install java client on Your phone. This could be done with
        <ul>
        <li>GUI frontend or <b>KDEbluetooth</b> or <b>gnome-obex-send</b> 
        (be sure that <a href="dload.html">anyremote-J2ME-client</a> package is already installed) or 
	<li>through WAP from <a href="dload.html">download</a> area.
	</ul>
   
	<h2>Supported hardware</h2>
        
	<p>Cell phones known to work: 
	<ul>
	<li>BenqSiemens EL71, S68
	<li>Motorola A1200, E770V, K1m, L6, V360, V3i
	<li>Nokia 5300, 5500 Sport, 6021, 6103, 6151, 6230i, 6233, 6270, 6280, 6288 
	<li>Nokia 6300, 6600, 6630, 7610, E60, E61, E70, N80, N95 (all modern Series40 and Series60 phones should be supported)
	<li>Samsung SGH-D900, SGH-E840, SGH-U600
	<li>Siemens S65
	<li>SonyEricsson K320i, K750, K800i, W300i, W810i, W880i, W950i 
	</ul>
    	<p>Cell phones known not to work: 
    	<ul>
    	<li>Nokia 6310i</li>
     	<li>Philips Xenium 9@9W (at least in Server mode)</li>
    	<li>Samsung S300</li>
    	<li>Samsung <a href="phones.html#E780">SGH-E780</a></li>
    	<li>Samsung <a href="phones.html#X820">SGH-X820</a></li>
   	</ul>
    	</p>
        <p>Some phone-specific details described <a href="phones.html">here</a>.
	</p>

        <h2>Starting anyRemote</h2>
        
        <h3>Bluetooth connection</h3>
	
	<p>Run anyRemote with Device=bluetooth:XX parameters in configuration file or with "-s bluetooth:XX"
	command line option, where XX is a channel number. Default channel is 19. You could choose other bluetooth channel instead of 19.
	
        <ul type="disc"><pre class="screen">
<span><strong class="command">anyremote -f .../some_cfg_file.cfg</strong></span>
</pre></ul>

	<p>Run java client in the phone. 

	<p>Start search in java client. Then connect to anyRemote server when it found.

	<p>See examples in cfg-data/Server-mode and cfg-data/Bemused-emulation directories to understand to to 
        write custom-made configuration files.

        <h3>Network connection</h3>
	
	<p>anyRemote could accept incoming connection from network, so if You start it with 
	Device=socket:5000 parameters in configuration file or with "-s socket:5000" command line option it will be possible 
	to connect to anyRemote from phone through GPRS connection.
        <ul type="disc"><pre class="screen">
<span><strong class="command">anyremote -f .../some_cfg_file.cfg -s socket:5000</strong></span>
</pre></ul>
	You could choose other port instead of 5000.

        <p>If You plans to connect to anyRemote through network, then it needs to manually specify address to connect in java client.
        It should be in form "socket://_your_ip_address_:_port_". Be sure You have run anyRemote with "-s socket:_port_" in this case.

        <h3>IR connection</h3>

	<p>anyRemote could work through IR connection if java realization in cell phone supports access to IR port. In this case start anyRemote 
	with Device=local:/dev/ircommX parameters in configuration file or with "-s local:/dev/ircommX" command line option, where /dev/ircommX is device corresponding to
	IR adapter of PC. 
        <ul type="disc"><pre class="screen">
<span><strong class="command">anyremote -f .../some_cfg_file.cfg -s local:/dev/ircomm0</strong></span>
</pre></ul>
	If java realization in cell phone supports access to IR port, then after search process there will be found peer with name
	like "comm:IR0"
        
</div>

<div id="sidebar">
<p class="section">Information</p>
<ul>
<li><a href="index.html">About</a></li>
<li><a href="dload.html">Download</a></li>
<li><a href="pre.html">Prerequisites</a></li>
<li><a href="docs.html">Documentation</a></li>
<li><a href="frontend.html">FrontEnds</a></li>
</ul>

<p class="section">Documentation</p>
<ul>
<li><a href="pre-setup.html">Before install</a></li>
<li><a href="install.html">Compilation and installation</a></li>
<li><a href="mode.html">Which mode to choose ?</a></li>
<li><a href="use.html">How to use anyRemote</a></li>
<li><a href="setup-server.html">Setup: Server mode</a></li>
<li><a href="setup-at.html">Setup: AT mode</a></li>
<li><a href="conf-server.html">Configurational file format: Server Mode</a></li>
<li><a href="conf-at.html">Configurational file format: AT Mode</a></li>
<li><a href="dcop.html">DCOP support</a></li>
<li><a href="web.html">Web interface</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>

<p class="section">Server mode</p>
<ul>
<li><a href="setup-server.html">Setup: server mode</a></li>
<li><a href="conf-server.html">Configurational file format: server mode</a></li>
<li><a href="conf-server-ex.html">Configurational file examples: server mode</a></li>
</ul>

</div>

<div id="hdr">
<div id="logo"><a href="index.html"><img src="data/anyRemote.png" alt="Home"></a></div>
<!--div id="banner"><img src="data/anyRemote.png" alt=""></div-->
<p class="none"></p>
<div id="hdrNav">
<a href="index.html">About</a> · 
<a href="dload.html">Download</a> · 
<a href="docs.html">Documentation</a> · 
<a href="frontend.html">FrontEnds</a> · 
<a href="contacts.html">Contacts</a> · 
</div>
</div>

<div id="copyright">
Maintained by <a href="mailto:anyremote&#64;mail&#46;ru">anyRemote</a><br>
</div>

</body></html>