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.
# Install
npm install -g sith
# Run it!
sith
Or use the API
import sith from 'sith';
sith() // => {signal, noise, snr, rate, quality}
- 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