|
1 | 1 | <h1 align="center">Wi-Fi Info</h1>
|
2 | 2 |
|
| 3 | +<p align="center">A powerful network toolset packed into an Android app, which gathers and displays the information about the Wi-Fi network you are connected to!</p> |
| 4 | + |
| 5 | +--- |
| 6 | +<br> |
| 7 | + |
3 | 8 | <p align="center">
|
4 | 9 | <a href="https://github.com/TrueMLGPro/Wi-Fi_Info/releases/">
|
5 | 10 | <img src="https://img.shields.io/github/release/TrueMLGPro/Wi-Fi_Info.svg?style=for-the-badge" alt="GitHub latest release">
|
|
41 | 46 | <h2>Downloads</h2>
|
42 | 47 |
|
43 | 48 | <p align="center">
|
| 49 | + <a href="https://play.google.com/store/apps/details?id=com.truemlgpro.wifiinfo"> |
| 50 | + <img src="https://github.com/TrueMLGPro/Wi-Fi_Info/assets/38999995/7a699ba7-5c7e-4e9f-a65a-0a8d2c596ffb" alt="Play Store"> |
| 51 | + </a> |
44 | 52 | <a href="https://apt.izzysoft.de/fdroid/index/apk/com.truemlgpro.wifiinfo">
|
45 | 53 | <img src="https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png" alt="IzzyOnDroid">
|
46 | 54 | </a>
|
|
50 | 58 |
|
51 | 59 | <h2>Features</h2>
|
52 | 60 |
|
53 |
| -<p><strong><em>Shows all possible information about Wi-Fi network you are connected to.</em></strong></p> |
| 61 | +<p><em>Shows all possible information about Wi-Fi network you are connected to.</em></p> |
54 | 62 | <ul>
|
55 | 63 | <li><strong>Public IP Address</strong></li>
|
56 |
| - <li><strong>SSID</strong></li> |
57 |
| - <li><strong>BSSID</strong></li> |
58 | 64 | <li><strong>IPv4 (Local)</strong></li>
|
59 | 65 | <li><strong>IPv6 (Local)</strong></li>
|
| 66 | + <li><strong>SSID</strong></li> |
| 67 | + <li><strong>BSSID</strong></li> |
60 | 68 | <li><strong>Gateway IP</strong></li>
|
| 69 | + <li><strong>Wi-Fi Standard (Android 11+)</strong></li> |
| 70 | + <li><strong>Frequency</strong></li> |
| 71 | + <li><strong>Network Channel</strong></li> |
| 72 | + <li><strong>RSSI (in dBm and in percentage)</strong></li> |
| 73 | + <li><strong>Estimated distance to Wi-Fi signal source</strong></li> |
| 74 | + <li><strong>IP Lease Duration</strong></li> |
| 75 | + <li><strong>Network Speed</strong></li> |
| 76 | + <li><strong>Transmitted and Received data (since boot)</strong></li> |
61 | 77 | <li><strong>DNS (1)</strong></li>
|
62 | 78 | <li><strong>DNS (2)</strong></li>
|
63 | 79 | <li><strong>Subnet Mask</strong></li>
|
| 80 | + <li><strong>Broadcast Address</strong></li> |
64 | 81 | <li><strong>Network ID</strong></li>
|
65 | 82 | <li><strong>MAC Address</strong></li>
|
66 | 83 | <li><strong>Network Interface</strong></li>
|
67 | 84 | <li><strong>Loopback Address</strong></li>
|
68 |
| - <li><strong>Frequency</strong></li> |
69 |
| - <li><strong>Network Channel (2.4 GHz & 5 GHz)</strong></li> |
70 |
| - <li><strong>RSSI (with percentage!)</strong></li> |
71 |
| - <li><strong>Lease Duration</strong></li> |
72 |
| - <li><strong>Network Speed</strong></li> |
73 |
| - <li><strong>Transmit Link Speed</strong></li> |
74 |
| - <li><strong>Receive Link Speed</strong></li> |
75 |
| - <li><strong>WPA Supplicant State</strong></li> |
76 |
| - <li><strong>Feature Support Detection</strong></li> |
| 85 | + <li><strong>and more!</strong></li> |
77 | 86 | </ul>
|
78 | 87 |
|
79 | 88 | <h2>Tools</h2>
|
80 | 89 |
|
81 | 90 | <ul>
|
82 |
| - <li><strong>URL to IP Converter</strong></li> |
83 |
| - <li><strong>Cellular Data IP</strong></li> |
84 |
| - <li><strong>Router Setup Tool</strong></li> |
85 |
| - <li><strong>Ping Tool</strong></li> |
86 |
| - <li><strong>LAN Devices Scanner</strong></li> |
87 |
| - <li><strong>Port Scanner</strong></li> |
88 |
| - <li><strong>Whois Tool</strong></li> |
89 |
| - <li><strong>DNS Lookup Tool</strong></li> |
| 91 | + <li><strong>Cellular Data IP</strong>: allows you to retrieve the IP address assigned to your mobile device when connected to a cellular network.</li> |
| 92 | + <li><strong>Router Setup Tool</strong>: this tool makes configuring and managing your Wi-Fi router easier.</li> |
| 93 | + <li><strong>Ping Tool</strong>: measures the round-trip time for network packets sent to a remote host.</li> |
| 94 | + <li><strong>Subnet Scanner</strong>: scans the subnet to discover devices connected to your local network and displays info such as IP address and MAC address for each discovered device.</li> |
| 95 | + <li><strong>Port Scanner</strong>: scans a URL or an IP address for open ports. Supports TCP and UDP scans.</li> |
| 96 | + <li><strong>Whois Tool</strong>: provides info such as the domain registrar, registration date, expiration date, name servers, and contact information associated with the domain or IP by querying public WHOIS databases.</li> |
| 97 | + <li><strong>DNS Lookup Tool</strong>: allows you to perform DNS lookups of URL or an IP address.</li> |
90 | 98 | </ul>
|
91 | 99 |
|
92 | 100 | <h2>Contribute</h2>
|
93 | 101 |
|
94 |
| -For contributor guidelines see <code><a href="CONTRIBUTING.md">CONTRIBUTING.md</a></code> |
| 102 | +For contributor guidelines, see <code><a href="CONTRIBUTING.md">CONTRIBUTING.md</a></code> |
95 | 103 |
|
96 | 104 | <h2>Links</h2>
|
97 | 105 |
|
|
0 commit comments