Bluetooth Configurable Remote Control Server

Description

Bluetooth Configurable Remote Control Server (BCRCS)

This application executes commands asociates to messages strings. The messages can be send by a RFCOMM bluetooth connection.

Sample configuration file for bluetooth configurable server.

<?xml version="1.0"?>
<actions>
<action>
<key>1</key>
<command>/usr/local/bin/mplayer</command>
<args>
<arg>/home/robbean/temp/a.avi</arg>
<arg>-fs</arg>
</args>
</action>
<action>
<key>9</key>
<command>/usr/bin/poweroff</command>
</action>
</actions>

Bluetooth Configurable Remote Control Client (BCRCC)

Client application for BCRCS developed for J2ME and tested on a Sony Ericsson W300i.

Links

Download

Download at Sourceforge.

Authors

Roberto Beán Castelló robbean@terra.es