Skip to content

ElFeesho/libudevpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libudevpp Build Status

libudevpp is a small wrapper around libudev to provide an OOD approach to using libudev functionality

Implementation Progress

The libudev documentation is being used as a guide to cover functionality in libuev.

There is only currently partial coverage of libudev:

  • udev - no log methods implemented
  • udev_device - several methods missing
  • udev_monitor - several methods missing, such as filtering
  • udev_enumerate - All implemented apart from udev_enumerate_add_match_parent
  • udev_queue - No implementation