/libudevpp

libudev C++ 14 wrapper

Primary LanguageC++GNU General Public License v3.0GPL-3.0

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