Prev
Next

How to setup anyRemote (server style)

1. Get bluetooth subsystem working. Your bluetooth phone should be paired already.

2. Verify from phone specifications is Your phone JSR82-capabled or not. If so, upload anyRemote Java client to the phone.

Cell phones known to work:

3. Run anyRemote with Device=bluetooth:10 parameters in configuration file or with "-s bluetooth:10" command line option. You could choose other bluetooth channel instead of 10.

4. Run Java client on the phone.

5. Start search in Java client. And connect to anyRemote server when it found.

6. See examples in cfg-examples/Server-style and cfg-examples/Bemused-emulation directories to understand to to write custom-made configuration files.

7. anyRemote could accept incoming connection from net, so if You start it with Device=socket:5000 parameters in configuration file or with "-s socket:5000" it will be possible to connect to anyRemote from phone through GPRS connection. You could choose other port instead of 5000.

Prev
Next
Home