NoHomey / nodejs-ioctl-example

A Node.js example for controll ioctl based device driver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Node.js example for controll ioctl based device driver

License:MIT License


Languages

Language:C 56.6%Language:TypeScript 29.7%Language:Makefile 9.1%Language:C++ 4.7%