ddan9 / iwcheck

📶 Looped iwconfig program of wireless-tools package for checking Wi-Fi connection quality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 _____  _    _  _____  _   _  _____  _____  _    _
|__ __|| |  | || ____|| | | || ____|| ____|| | / /
  | |  | |  | || |    | |_| || |__  | |    | |/ /
  | |  | |  | || |    |  _  ||  __| | |    |   (
 _| |_ | \/\/ || |___ | | | || |___ | |___ | |\ \
|_____| \_/\_/ |_____||_| |_||_____||_____||_| \_\

 < iwcheck example of work >

Language translations



Description in English

🇺🇸 🔝 Go up

Menu:


iwcheck (en)

This is just looped iwconfig program from wireless-tools package which I made just for convenience. Designed to receive updated information about the quality of the network connection

🔙 Menu


For smooth installation required:

  • 💻 PC: Linux (Ubuntu-based; 12.04 and higher; Maybe just sudo and apt-based, i don't know)

  • 📱 Mobile: Android (With termux)

🔙 Menu


Smooth installation on PC:

Step by step:

  1. sudo apt-get update

  2. sudo apt-get install -y git

  3. git clone https://github.com/ddan9/iwcheck

  4. bash iwcheck/install.sh

  5. sudo iwcheck

Or by one command:

🔙 Menu


Smooth installation on Mobile:

Step by step:

  1. apt-get update

  2. apt-get install -y git

  3. git clone https://github.com/ddan9/iwcheck

  4. bash iwcheck/install.sh

  5. iwcheck

Or by one command:

🔙 Menu


For uninstall:

By one command:

  • bash .iwcheck/remove.sh

🔙 Menu


For manual install you need:

  • bash (Maybe something else, i don't know)

  • wireless-tools package (To install it on termux, you will need to additionally install the root-repo package)

  • git

  • git clone https://github.com/ddan9/iwcheck into $HOME

  • cp iwcheck/iwcheck /usr/bin/iwcheck (Or into another similar directory)

  • chmod +x /usr/bin/iwcheck

  • mv iwcheck ./.iwcheck

🔙 Menu


Authors

Creator of wireless-tools package: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html 👈

Creator of script: https://ddan9.github.io 👈

🔙 Menu


Описание на Русском

🇷🇺 🔝 Наверх

Меню:


iwcheck (ru)

Это просто зацикленная программа iwconfig из пакета wireless-tools, которую я сделал просто для удобства. Предназначена для получения обновляемой информации о качестве сетевого соединения

🔙 Меню


Для гладкой установки необходимо:

  • 💻 ПК: Линукс (Убунту-подобный; 12.04 и выше; Либо просто sudo и apt-based, точно не знаю)

  • 📱 Мобильные: Андроид (С термуксом)

🔙 Меню


Гладкая установка на ПК:

Шаг за шагом:

  1. sudo apt-get update

  2. sudo apt-get install -y git

  3. git clone https://github.com/ddan9/iwcheck

  4. bash iwcheck/install.sh

  5. sudo iwcheck

Или одной командой:

🔙 Меню


Гладкая установка на Мобильные:

Шаг за шагом:

  1. apt-get update

  2. apt-get install -y git

  3. git clone https://github.com/ddan9/iwcheck

  4. bash iwcheck/install.sh

  5. iwcheck

Или одной командой:

🔙 Меню


Для удаления:

Одной командой:

  • bash .iwcheck/remove.sh

🔙 Меню


Для ручной установки вам нужно:

  • bash (Может что-то другое, точно не знаю)

  • пакет wireless-tools (Для его установки на термуксе, потребуется дополнительно установить пакет root-repo)

  • git

  • git clone https://github.com/ddan9/iwcheck в вашу $HOME

  • cp iwcheck/iwcheck /usr/bin/iwcheck (Либо в другую подобную директорию)

  • chmod +x /usr/bin/iwcheck

  • mv iwcheck ./.iwcheck

🔙 Меню


Авторы

Создатель пакета wireless-tools: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html 👈

Создатель скрипта: https://ddan9.github.io 👈

🔙 Меню

About

📶 Looped iwconfig program of wireless-tools package for checking Wi-Fi connection quality

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%