Download List

Descripción del Proyecto

Linux Bluetooth Remote Control (LBRC) is a remote
control program that allows a Linux computer to be
controlled by a J2ME device via Bluetooth. It is
divided into a server part that runs on the
computer and reacts to input events and a client
part that runs on the J2ME device. The J2ME client
sends the device's keycodes, which are translated
to keystrokes, mouse movements, mouse clicks, or
other input events on the controlled computer.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-12-29 00:59
0.6.4

LBRC ahora trabaja con el nuevo bluez DBUS API.
Tags: Major bugfixes
LBRC now works with the new bluez DBUS API.

2008-09-21 17:02
0.6.3

Los errores corregidos en DBUSCaller y CommandExecutor. Algunos se hicieron limpiezas de código. Un módulo se agregó para proporcionar una manera de inyectar clave / eventos de ratón en una sesión X11 (sin la participación del núcleo). El cliente J2ME se construyó más pequeños. Una lista de dispositivos ya conocido se presenta sin la exploración. El dispositivo de búsqueda se hizo más robusta.
Tags: Major bugfixes
Errors were fixed in DBUSCaller and
CommandExecutor. Some code cleanups were done. A
module was added to provide a way to inject
key/mouse events into an X11 session (without
involving the kernel). The J2ME client was built
smaller. A list of already known devices is
presented without scanning. The device search was
made more robust.

2008-05-11 23:48
0.6.2

Este comunicado de prensa agrega depuración de registro SDP, correcciones de selección de personajes en la configuración del GUI para el UInputDispatcher, los controles del dispositivo uniput en UInputDispatcher antes de pasar a la dbusbridge, y corrige un problema en el controlador de sesión dbus.
Tags: Minor bugfixes
This release release adds debug output for SDP registration, fixes character selection in the GUI config for the UInputDispatcher, checks the uniput device in UInputDispatcher before passing it to the dbusbridge, and fixes a problem in the dbus log handler.

2008-02-03 01:16
0.6

La compatibilidad de la parte J2ME se ha mejorado (por ejemplo, Nokia 6085 trabaja ahora). El sistema de registro se ha mejorado y el límite de tamaño de 2kb para la conexión cliente-servidor se ha retirado. El módulo de MPlayer obtuvo el apoyo FIFO. Uno de los errores que los accidentes causados (con respecto al uso de un bluez obsoleto API), un insecto que se comió los archivos de configuración, y un lector de archivos de configuración de errores fueron corregidos.
Tags: Minor bugfixes
The compatibility of the J2ME part was improved
(for example, Nokia 6085 now works). The logging
system was improved and the size limit of 2kb for
the client-server connection was removed. The
mplayer module gained fifo support. One bug that
caused crashes (regarding usage of a deprecated
bluez API), one bug that ate configuration files,
and a configuration file reader bug were fixed.

2007-12-26 19:29
0.5

De selección de ficheros para el módulo de MPlayer. Un módulo de control de volumen con información gráfica. Control de volumen está basado en GStreamer (debe permitir el apoyo fácil para el OSS y Pulseaudio). Modo CommandExecutor robusto. Mensajes de depuración se han añadido. Un analizador JSON nuevo. Varias correcciones de errores.
Tags: Minor feature enhancements
File selection for the mplayer module. A VolumeControl module with graphical feedback. VolumeControl is now based on gstreamer (should allow easy support for OSS and Pulseaudio). Mode robust CommandExecutor. Debug messages have been added. A new JSON parser. Several bugfixes.

Project Resources