https://github.com/nohomey/nodejs-ioctl-example
A Node.js example for controll ioctl based device driver
https://github.com/nohomey/nodejs-ioctl-example
controll-ioctl device-driver example nodejs nodejs-ioctl
Last synced: 15 days ago
JSON representation
A Node.js example for controll ioctl based device driver
- Host: GitHub
- URL: https://github.com/nohomey/nodejs-ioctl-example
- Owner: NoHomey
- License: mit
- Created: 2016-07-08T05:53:37.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-11-17T15:57:00.000Z (over 5 years ago)
- Last Synced: 2025-03-02T18:36:08.499Z (about 1 year ago)
- Topics: controll-ioctl, device-driver, example, nodejs, nodejs-ioctl
- Language: C
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nodejs-ioctl-example
A Node.js example for controll ioctl based device driver
# Install
To install all dependencies: ```npm install```
# Generate all required files
To generate all required files: ```make```
# Load device driver in the kernel
To load device driver in the kernel: ```sudo make load device```
# See it in action
To see it in action: ```node index.js```
# Unload device driver from the kernel
To unload device driver from the kernel: ```sudo make unload```
# Clean all generated files
To clean all generated files: ```make clean```
# Reset repository state
To reset repository state: ```make reset```