sith

0.0.5 • Public • Published

SITH

SITH

SITH is a Wifi Signal Strength Analyzer CLI app and API

Wrap OS specific commands and provide a unified way of displaying Wifi Signal data.

Use it as a diagnostic tool for your network.

Intro

# Install 
npm install -g sith
 
# Run it! 
sith

Or use the API

 
import sith from 'sith';
 
 
sith() // => {signal, noise, snr, rate, quality}

Known limitations

Right now SITH will have an undefined behavior if more than one Wifi card is enabled/transmiting. Potentially this is something we are going to be fixing in the future.

SITH does not support Windows for now!

Package Sidebar

Install

npm i sith

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • franleplant