Skip to content

Java implementation of a Lirc client for communicating with a Lircd server, with API and command line.

License

Notifications You must be signed in to change notification settings

ylexus/JavaLircClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaLircClient Build Status

Java implementation of a Lirc client for communicating with a Lircd server. It contains both an API and a command line interface. The command line interface, found in LircClient.java, roughly resembles the Lirc program irsend.

The abstract class LircClient is implemented using TCP sockets in the class TcpLircClient, and using Unix Domain sockets (/var/run/lirc/lircd) in the class UnixDomainSocketLircClient (which is presently not implemented, but just a skeleton). (However, this is not a very severe restriction, since the Lircd server can be started with the --listen option.)

About

Java implementation of a Lirc client for communicating with a Lircd server, with API and command line.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.7%
  • Batchfile 1.4%
  • Shell 0.9%