Share

jlirc

File Release Notes and Changelog

Release Name: 0.05

Notes: This release adds JDK1.2.2 compatibility, compatibility with the .lircrc file format used by LIRC clients, an irexec clone (a program that executes system commands when remote control buttons are pressed), performance enhancements and the ability to specify the socket to read from via system properties. jlirc-src contains the full source code, but no compiled code or generated documentation. jlirc-user contains only compiled code. jlirc-doc contains generated documentation.


Changes: Added support for full .lircrc file format. Added an irexec-like program. Made event dispatching faster. Various code clean-ups. Made TCPReceiver behave gracefully when the socket is Closed by the lirc daemon. Changed receiver classes to use system properties for settings. Fixed JDK1.2.2 compatibility. Simplified Makefile. Removed the MoveDot example.