https://github.com/bramp/node-ioctl
Simple nodejs addon to add ioctl
https://github.com/bramp/node-ioctl
Last synced: 9 months ago
JSON representation
Simple nodejs addon to add ioctl
- Host: GitHub
- URL: https://github.com/bramp/node-ioctl
- Owner: bramp
- License: bsd-2-clause
- Created: 2013-03-24T17:42:15.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-18T21:13:27.000Z (about 13 years ago)
- Last Synced: 2025-01-21T10:12:30.969Z (over 1 year ago)
- Language: C++
- Size: 97.7 KB
- Stars: 10
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
node-ioctl
==========
Simple Node.js addon to add a ioctl function. This is useful when doing hardware
hacking, or similar from Node.
by Andrew Brampton
Build
-----
```bash
node-gyp configure build
```