lircmd(8)


NAME

   lircmd - Translate infrared signals into mouse events.

SYNOPSIS

   lircmd [options] [config-file]

DESCRIPTION

   lircmd  reads  decoded buttonpress events from a lircd(8) output socket
   and converts them to mouse events.  These  events  are  made  available
   either  on  the lircmd output socket (by default /var/run/lirc/lircmd )
   or,  using  the  --uinput  option,  on   a   /dev/input   device   like
   /dev/input/event12 .

   This  daemon  can  simulate a MouseSystems, IntelliMouse or IMPS/2 type
   mouse.  The function  depends  on  a  configuration  file,  by  default
   /etc/lirc/lircmd.conf  .   This file determines which button from which
   remote causes a mouse move or a mouse  button  click.   Special  button
   which activates or deactivates the mouse mode can also be defined.

   The  normal  usage  is  to  configure X11 to use the events produced by
   lircmd as an input source.  See  SEE ALSO.

   Using the --uinput option the user device created by the kernel  has  a
   dynamic  name  which  typically  changes  after  a  reboot.   The  lirc
   distribution contains a udev rule which, if installed, creates a  fixed
   link named /dev/lircmd which always can be used.

   By  default,  using  the --uinput option requires lircmd to run as root
   since the /dev/uinput device can be accessed only by  root.   The  lirc
   distribution   contains   example   udev   rules   and   lircd-setup(8)
   configurations which can be used to make the device accessible by other
   users.  In this way, lircmd can be run as a regular user.

OPTIONS

   -h --help
          Display help  message.

   -v --version
          Display version.

   -n --nodaemon
          Don't fork to background.

   -s --socket <socket path>
          Use  alternate  lircd  socket  path  (the  lircmd input source).
          Defaults to the  output  key  in  the  [lircd]  section  of  the
          lirc_options.conf     config     file,     falling    back    to
          /var/run/lirc/lircd.

   -O --options-file=file
          Alternative  default   options   file,   usually   defaults   to
          /etc/lirc/lirc_options.conf.

   -u --uinput
          On  Linux  systems  the  --uinput  option  will enable automatic
          generation   of   Linux   input   events.   lircmd   will   open
          /dev/input/uinput and inject the simulated mouse events into the
          Linux kernel rather than creating the  /dev/lircm  device.   The
          kernel  makes these  events available to other applications on a
          /dev/input device, just like any other kernel input device.

   -D --loglevel=[level]
          Determine the amount of logging information. [level]  can  be  a
          symbolic  syslog  level:  'error','warning,  'info', 'notice' or
          'debug'. lircd also defines  three  additional  levels  'trace',
          'trace1'  and  'trace2' which gives even more messages ('trace2'
          bringing the most). However,  in  the  log  these  messages  are
          marked as 'debug'.

SOCKET PROTOCOL

   The socket protocol contains undocumented parts. The data on the output
   socket is

   MouseSystems
       5 byte packets:

       *   Byte 1: Button information.

       *   Byte 2: X-axis change.

       *   Byte 3: Y-axis change.

       *   Byte 4 and 5: 0.

   IMPS/2
       4 byte packets. Please refer to the lircmd source code for details.

   IntelliMouse
       4 byte packets. Please refer to the lircmd source code for details.

FILES

   lircmd will use syslogd to output error messages. It  depends  on  your
   system configuration where they will show up.

   The  options  file  is  by  default /etc/lirc/lirc_options.conf; lircmd
   handles the values under  the  [lircmd]  section  in  this  file.   The
   location can be changed using the -O/--options-file command-line option
   or using the environment variable LIRC_OPTIONS_PATH.  The  values  here
   are used as defaults for any option not present on command line.

DAEMONS

   lircmd  is  a   daemon.   It should be started in some system-dependent
   init script.  Besides the systemd setup which is installed  by  default
   there  are  also  example scripts for other distros and init systems in
   the contrib directory.  lircmd has to be  started  after  lircd  as  it
   connects to the socket lircd provides.

BUGS

   Since  the  device  name  used when registrating the --uinput device is
   fixed, only one instance of lircmd using this option can run on a given
   system.

   The socket protocol is a documentation-wise mess.

SEE ALSO

   http://lirc.org/html/configure.html#lircmd.conf
   lircd(8)
   lircd-setup(8)





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.