From: Bengt M. <bu...@be...> - 2017-06-29 17:24:41
|
I have just uploaded "lirconian version 0.2.1" to PyPi (https://pypi.python.org/pypi/lirconian/0.2.1). This is a pure Python implementation of the irsend program, with several minor improvements over the original. So it can run on (for example) a remote machine without Lirc installed, communicating with a remote Lircd over the TCP socket, provided the Lircd has been started with --listen. Both Python2 and Python3 are supported. License: GPL2+. The sources are at Github https://github.com/bengtmartensson/Lirconian . To use, just install from pip/pip3.* with a command like $ pip install lirconian which will install a command line program named lirconian. Many thanx to Alec for feedback and several commits. Feedback of all sorts is of course welcome. Greetz, Bengt |