You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Davide Andreoli ebf52e3f5f Fix stringshare usage in eeze_udev_test 13 years ago
..
doc update doc header to match readme 13 years ago
m4 forgot this, versioning 14 years ago
src Fix stringshare usage in eeze_udev_test 13 years ago
AUTHORS New lib for EFL: eeze! Bringing you the freedom to (hopefully) never need to learn external apis again! 14 years ago
COPYING fix up copyings likewise. nicely standardised templateish. 13 years ago
ChangeLog New lib for EFL: eeze! Bringing you the freedom to (hopefully) never need to learn external apis again! 14 years ago
INSTALL eeze - 1.0.0 alpha ready. 13 years ago
Makefile.am maintainer clean is cleaner 14 years ago
NEWS New lib for EFL: eeze! Bringing you the freedom to (hopefully) never need to learn external apis again! 14 years ago
README 80 colz! 13 years ago
TODO versioning, descriptiong updates 14 years ago
autogen.sh New lib for EFL: eeze! Bringing you the freedom to (hopefully) never need to learn external apis again! 14 years ago
configure.ac error on udev that's too old 13 years ago
eeze.pc.in Move Eeze header to own dir. 13 years ago

README

Eeze 1.0.0-alpha ALPHA

******************************************************************************

FOR ANY ISSUES PLEASE EMAIL:
enlightenment-devel@lists.sourceforge.net

******************************************************************************


Requirements:
-------------

Must:
libc
ecore (at least 1.0.0)
libudev

Eeze is a library for manipulating devices through udev with a simple and fast
api. It interfaces directly with libudev, avoiding such middleman daemons as
udisks/upower or hal, to immediately gather device information the instant it
becomes known to the system. This can be used to determine such things as:
* If a cdrom has a disk inserted
* The temperature of a cpu core
* The remaining power left in a battery
* The current power consumption of various parts
* Monitor in realtime the status of peripheral devices

Each of the above examples can be performed by using only a single eeze
function, as one of the primary focuses of the library is to reduce the
complexity of managing devices.

------------------------------------------------------------------------------
COMPILING AND INSTALLING:

./configure
make
(as root unless you are installing in your users directories):
make install