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>
	
	Client application for BCRCS developed for J2ME and tested on a Sony Ericsson W300i.