Linux Bluetooth Remote Control 0.6.4 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Linux Bluetooth Remote Control 0.6.4 (Default branch)
# 1  
Old 12-28-2008
Linux Bluetooth Remote Control 0.6.4 (Default branch)

ImageLinux Bluetooth Remote Control (LBRC) is a remotecontrol program that allows a Linux computer to becontrolled by a J2ME device via Bluetooth. It isdivided into a server part that runs on thecomputer and reacts to input events and a clientpart that runs on the J2ME device. The J2ME clientsends the device's keycodes, which are translatedto keystrokes, mouse movements, mouse clicks, orother input events on the controlled computer.License: GNU General Public License (GPL)Changes:
LBRC now works with the new bluez DBUS API.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

T3-2 Remote control Problem

Hi Peeps, Wondering if anyone can help me, trying to launch the remote console on a T3-2. When I select use serial redirection it comes up with a dialogue box that says. "The remote console application requires java 5.0. Please Download java from http://www.java.com" "Do you wish to... (1 Reply)
Discussion started by: callmebob
1 Replies

2. Hardware

Bluetooth Dongle Pairing but Not Connecting (Linux)

I have been trying to get bluetooth working correctly on Linux for a while now. I am using two systems that are having identical issues: Linux Mint 15 64-bit & Ubuntu 13.04 32-bit. Both are using the Cinnamon desktop. I have the following bluetooth dongle: ... (6 Replies)
Discussion started by: Deluge
6 Replies

3. Linux

SSH remote control question

I am pretty new to linux so forgive me for asking a basic question :P I am using SSH to control 40 machines. What i am trying to do is remotely bash a shell script on each machine. I am using a for loop to bash every script, code as follows. code in host machine runallworkers.sh: ... ... (2 Replies)
Discussion started by: mgsolid
2 Replies
Login or Register to Ask a Question
HCITOOL(1)						    Linux System Administration 						HCITOOL(1)

NAME
hcitool - configure Bluetooth connections SYNOPSIS
hcitool [-h] hcitool [-i <hciX>] [command [command parameters]] DESCRIPTION
hcitool is used to configure Bluetooth connections and send some special command to Bluetooth devices. If no command is given, or if the option -h is used, hcitool prints some usage information and exits. OPTIONS
-h Gives a list of possible commands -i <hciX> The command is applied to device hciX , which must be the name of an installed Bluetooth device. If not specified, the command will be sent to the first available Bluetooth device. COMMANDS
dev Display local devices inq Inquire remote devices. For each discovered device, Bluetooth device address, clock offset and class are printed. scan Inquire remote devices. For each discovered device, device name is printed. name <bdaddr> Print device name of remote device with Bluetooth address bdaddr. info <bdaddr> Print device name, version and supported features of remote device with Bluetooth address bdaddr. cmd <ogf> <ocf> [parameters] Submit an arbitrary HCI command to local device. ogf, ocf and parameters are hexadecimal bytes con Display active baseband connections cc [--role=m|s] [--pkt-type=<ptype>] <bdaddr> Create baseband connection to remote device with Bluetooth address bdaddr. Option --pkt-type specifies a list of allowed packet types. <ptype> is a comma-separated list of packet types, where the possible packet types are DM1, DM3, DM5, DH1, DH3, DH5, HV1, HV2, HV3. Default is to allow all packet types. Option --role can have value m (do not allow role switch, stay master) or s (allow role switch, become slave if the peer asks to become master). Default is m. dc <bdaddr> Delete baseband connection from remote device with Bluetooth address bdaddr. cpt <bdaddr> <packet types> Change packet types for baseband connection to device with Bluetooth address bdaddr. packet types is a comma-separated list of packet types, where the possible packet types are DM1, DM3, DM5, DH1, DH3, DH5, HV1, HV2, HV3. rssi <bdaddr> Display received signal strength information for the connection to the device with Bluetooth address bdaddr. lq <bdaddr> Display link quality for the connection to the device with Bluetooth address bdaddr. lst <bdaddr> [value] With no value, displays link supervision timeout for the connection to the device with Bluetooth address bdaddr. If value is given, sets the link supervision timeout for that connection to value slots, or to infinite if value is 0. AUTHORS
Written by Maxim Krasnyansky <maxk@qualcomm.com> man page by Fabrizio Gennari <fabrizio.gennari@philips.com> BlueZ Nov 12 2002 HCITOOL(1)