Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 686 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 686 Bytes

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