Skip to content

rogerzanoni/udevnotifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UDevNotifier

This Qt/C++ class was created in order to receive notifications from the UDEV event system. It uses Qt signals to notify when a device is inserted, removed or moved.

The UDevNotifier class has the role of notifying when an event is received. So you'll need to create this object in order to start listening for events.

Whenever a Udev event is received, the UDevNotifier::udevEvent signal is emitted along with the UDevNotifier::Action and a pointer to the UDevNotifier::Device class detected.

See the example folder for how to use the library.

About

A qt based udev notifier for unix systems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 73.9%
  • QMake 19.9%
  • Shell 4.3%
  • C 1.9%