Skip to content

konsumer/pciinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pciinfo

Cross-platform PCI info in nodejs.

npm Build Status Code Climate

usage

var pciinfo = require('pciinfo');

pciinfo(function(error, info){
	if (error) throw error;
	console.log(info);
});

I also included a CLI util. pciinfo will give you a nice JSON list of your PCI devices.

installation

npm install --save pciinfo

If you want pciinfo in your path, do npm install -g pciinfo.

  Usage: pciinfo [options]

  Options:

    -h, --help         output usage information
    -p, --pci [value]  your pci.ids.gz file

OSX

You should be good-to-go.

Windows

You should be good-to-go.

Other Operating Systems

lspci (from pciutils) needs to be in your path.

About

Cross-platform PCI info in nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published