0.0.5 • Published 10 years ago

sith v0.0.5

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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!

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago