Skip to content

zeroping/libudevpp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 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

About

libudev C++ 14 wrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 86.9%
  • Python 10.2%
  • CMake 1.0%
  • M4 0.8%
  • Shell 0.6%
  • Makefile 0.4%
  • C 0.1%