Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 738 Bytes

README.md

File metadata and controls

47 lines (28 loc) · 738 Bytes

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.

Screenshot

Intro

# Install
npm install -g sith

# Run it!
sith

Or use the API

import sith from 'sith';


sith() // => {signal, noise, snr, rate, quality}

Road Map

  • Support Windows
  • Support multiple active wifi devices in the same computer
  • Enable the user to select the device she wants to monitor
  • Improve docs
  • Release 1.0