An open API service indexing awesome lists of open source software.

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

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
```