jlirc 0.06 review

Download
by rbytes.net on

jlirc is a Java client API for the LIRC and WINLirc programs

License: GPL (GNU General Public License)
File size: 0K
Developer: Bjorn Bringert
0 stars award from rbytes.net

jlirc is a Java client API for the LIRC and WINLirc programs. jlirc lets developers add IR remote control support to Java applications.

Requirements:
lirc
JDK >= 1.2.2

Installation:

1) Edit Makefile and make sure that IDIRS points to your JNI header files (normally you should just have to change JDK_HOME, right at the top).

2) make (will compile the java classes and the native code)

make test (will run org.lirc.test.Irw which prints received signal to stdout, the lircd daemon must be running for this to work)

make doc (will generate the API documentation).

The java classes and the native code will be in the 'build' directory. You can copy the the 'org' directory to somewhere that's in your classpath, or add the build directory to your classpath.

jlirc 0.06 keywords