WiFi Map Explorer Features
WiFi Map Explorer is supported on any iPhone, iPad, iPod running iOS 15 or higher, and on any new Mac computer running any Apple silicon SoC. The interface layout depends on the type of device: phone, tablet or computer.
Swiss Army Knife for Network Scanning
WiFi Map Explorer is an app toolbox with a lot of network tools that are not otherly available from web servers on the Internet. Although you do not need an app to resolve a DNS name, request a Whois database or map an IP address to its geographic location, you absolutely need an app to estimate the local network latency or throughput, to discover connected devices and open ports on the local network, etc. This is the aim of WiFi Map Explorer to provide you with a network app that implements amazing tools that can not be replaced by Internet services.
Main Features
- WiFi network analyzer tools,
- build a heatmap of your local wireless network,
- discover all devices connected to the local network,
- scan and discover every open TCP ports on local or remote devices,
- measure latency with local and remote devices,
- measure ingress and egress throughput with other local devices running this app,
- measure ingress and egress throughput with any TCP CHARGEN/DISCARD server,
- measure ingress and egress throughput with the Internet,
- run a TCP/CHARGEN service on your device,
- run a TCP/DISCARD service on your device.
Run also on latest Mac Computer
This app runs on any Mac computer running any Apple silicon SoC. Moreover, you can download WiFi Map Explorer from the Mac App Store, at no charge if you already have downloaded WiFi Map Explorer on the App Store for your mobile device. You can also buy WiFi Map Explorer directly on the Mac App Store for the same price as the iOS version.
Sources on GitHub!
This app is a professional-grade commercial software, with advanced support. Although, the whole bunch of sources is available on GitHub here: https://github.com/AlexandreFenyo/iOS-tools. This does not mean it is a free software. As an independant programmer, I need an income to continue to produce quality software, but I also want to share ideas and tricks with other programmers since we all share the same open-minded values in our large community of modern engineers. Therefore, you can not redistribute the sources nor compile the app to distribute the binary, but you have the opportunity to read the sources in order to learn how to build such an application, or to understand the algorithms and technologies introduced by this app, at no charge even if you do not buy the app. This app is developed with the Swift language (~90% of the app) and the C language (~10% of the app). The master GUI of the app is developped with UIKit (see sources in this directory). The heat map builder, the node informations view and the log panel are developped with SwiftUI (see sources in this directory). The smooth dynamic rolling chart is developped with SpriteKit (see sources in this directory).