All Projects → rumesh986 → wifianalyse

rumesh986 / wifianalyse

Licence: GPL-3.0 license
simple bash script to monitor wifi signal and ping time

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to wifianalyse

pycameresp
Motion detection with image notification for Esp32CAM and Esp32 flasher with GUI based on esptool.py.
Stars: ✭ 40 (-18.37%)
Mutual labels:  ping, wifi
Pingtunnel
ping tunnel is a tool that advertises tcp/udp/socks5 traffic as icmp traffic for forwarding.
Stars: ✭ 1,904 (+3785.71%)
Mutual labels:  ping, wifi
webping.cloud
Test your network latency to the nearest cloud provider in AWS, Azure, GCP, Alibaba Cloud, IBM Cloud, Oracle Cloud and DigitalOcean directly from your browser.
Stars: ✭ 60 (+22.45%)
Mutual labels:  ping
How-to-Deconstruct-Ping-with-C-and-NodeJS
🙈 Simple examples that show how to work with binary headers in C and NodeJS
Stars: ✭ 51 (+4.08%)
Mutual labels:  ping
hfeasy
HFeasy - firmware for HF-LPx100/LPx30 based devices
Stars: ✭ 35 (-28.57%)
Mutual labels:  wifi
ESP8266
ESP8266 WiFi module Library for Arduino
Stars: ✭ 31 (-36.73%)
Mutual labels:  wifi
adb-interface-vscode
🔌 A tool that allows you to execute ADB.exe commands/actions without having to interact with the terminal.
Stars: ✭ 26 (-46.94%)
Mutual labels:  wifi
wifi-extender
A WiFi repeater built around Raspberry Pi under 10 US$
Stars: ✭ 64 (+30.61%)
Mutual labels:  wifi
airkissOpen
腾讯airkiss协议解析库
Stars: ✭ 33 (-32.65%)
Mutual labels:  wifi
RadioControl
An app that auto toggles wifi and cell radio for maximum battery life
Stars: ✭ 17 (-65.31%)
Mutual labels:  wifi
UPnP Generic
A simple library that implements port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based boards, WT32_ETH01, Portenta_H7, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, ESP8266/ESP32 AT-command WiFi, Portenta_H7 Murata WiFi or Vision-shield Ethe…
Stars: ✭ 14 (-71.43%)
Mutual labels:  wifi
ioTank
Indoor environment monitor based on Esp8266
Stars: ✭ 15 (-69.39%)
Mutual labels:  wifi
ethernally
Your scrcpy companion for Android wireless screen mirroring
Stars: ✭ 33 (-32.65%)
Mutual labels:  wifi
ApeX
Using Social Engineering To Obtain WiFi Passwords
Stars: ✭ 87 (+77.55%)
Mutual labels:  wifi
deauther
An interactive command-line deauther for macOS.
Stars: ✭ 70 (+42.86%)
Mutual labels:  wifi
QDNetDiagnostics
iOS网络测试小工具
Stars: ✭ 23 (-53.06%)
Mutual labels:  ping
esphome aux ac component
ESPHome component for AUX based air conditioners. Direct wifi control of HVAC by ESPHome and Home Assistant. HVAC status and command feedback available.
Stars: ✭ 62 (+26.53%)
Mutual labels:  wifi
CaptivePortalCheck
一个检测当前WIFI是否需要认证的小Demo
Stars: ✭ 41 (-16.33%)
Mutual labels:  wifi
deneyapkart-arduino-core
Arduino Core for Deneyap DevKits
Stars: ✭ 39 (-20.41%)
Mutual labels:  wifi
PingoMeter
PingoMeter - is a small portable program that show your ping in Windows system tray
Stars: ✭ 91 (+85.71%)
Mutual labels:  ping

#Wifianalyse

About

wifianalyse is a simple bash script that allows you to get the signal level, link quality and ping time of your device connected to a network. This script was tested on a Raspberry Pi running raspbian and a laptop running Ubuntu 16.04.

Usage

Using the script is very simple. just open a terminal cd to the directoryu containing the script and run ./wifianalyse. if you to run the script from anywhere place the script in /usr/local/bin folder. You will be asked to enter the inerface name and ip addresss of your router when you run the script. This information is vital to the running of the script so please enter the correct information. the interface name can be found by running iwconfig.

Tips

Move the wifianalyse script to /usr/local/bin/ to be able to run the script from anywhere. If the file is not executable, run chmod +x wifianalyseto make it an executable.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].