sith

Wifi Signal Strength Analyzer

Usage no npm install needed!

<script type="module">
  import sith from 'https://cdn.skypack.dev/sith';
</script>

README

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!