https://github.com/TAAPArthur/ndev
Nano sized device manager
https://github.com/TAAPArthur/ndev
Last synced: 2 months ago
JSON representation
Nano sized device manager
- Host: GitHub
- URL: https://github.com/TAAPArthur/ndev
- Owner: TAAPArthur
- License: mit
- Created: 2020-11-05T05:44:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-29T00:21:58.000Z (about 1 year ago)
- Last Synced: 2024-03-29T01:29:28.045Z (about 1 year ago)
- Language: C
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-systemd - ndev
README
# ndev nano sized device manager
# Prereqs
Compile kernel with `CONFIG_UEVENT_HELPER`# Install
`make install`# Features
* mdev/sdev like syntax
* Run commands on device add, remove or both
* Auto create device nodes and change ownerships and permission
* Load modules via modprobe out of the box
* Works with (libudev-zero)[https://github.com/illiliti/libudev-zero]'s hotplug out of the box# License
MIT