Skip to content

JavaScriptDude/python-uinput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libsuinput
==========

Uinput is a Linux kernel module which allows attaching user-space
device drivers into the Linux kernel. However, it is pretty low level
from an application developers perspective. This library provides a
set of helper functions for making the usage of uinput easier.

General information
-------------------

- Version:    0.5
- License:    GPLv3+ (see COPYING for details)
- Author:     [Tuomas Jorma Juhani Räsänen](http://tjjr.fi)
- Homepage:   <http://tjjr.fi/sw/libsuinput/>
- Code:       <http://code.launchpad.net/libsuinput/>
- Bugs:       <http://bugs.launchpad.net/libsuinput/>

Build requirements
------------------

- libudev-dev

Runtime requirements
--------------------

- libudev0
- uinput.ko
- rw-permissions to uinput device node

About

Pythonic API to Linux uinput module

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 57.5%
  • C 40.2%
  • Makefile 1.4%
  • Other 0.9%