English | Русский
A powerful network scanning utility for iOS, built with SwiftUI and MVVM architecture. The application provides comprehensive tools for discovering devices on your Local Area Network (LAN) using MMLanScan and detecting nearby Bluetooth peripherals with CoreBluetooth. It features a modern interface with Lottie animations and robust data persistence using CoreData.
MAC addresses and device brands are not available on iOS 11+ due to Apple's privacy restrictions. This is a system-level limitation affecting all network scanning applications.
- 📡 LAN Scanner: Quickly detect all devices connected to your Wi-Fi network using the robust MMLanScan library.
- 🔵 Bluetooth Scanner: Discover nearby Bluetooth devices, view their signal strength (RSSI), connection status, and explore advertised services using CoreBluetooth.
- 💾 History & Persistence: Automatically save your scan sessions to a local CoreData database. Filter results by time and device name for easy access.
- 📱 Device Details: View detailed technical information about every discovered device.
- 🎨 Modern UI: A clean, responsive interface enhanced with smooth Lottie animations, including a dedicated Launch Screen.
- 👆 Gestures & Refresh: Manage data intuitively with swipe-to-delete gestures and pull-to-refresh functionality.
- ⚡️ Fast Search: Super fast search capability powered directly by the database.
- 🛡️ Robust Error Handling: Comprehensive error handling to ensure a smooth user experience.
| Permissions (iOS 26.1) | Bluetooth Scanning (iOS 26.1) | Bluetooth Error (iOS 26.1) |
|---|---|---|
![]() |
![]() |
![]() |
| LAN Scanning (iOS 17.5) | LAN Error (iOS 26.1) | History (iOS 17.5) |
|---|---|---|
![]() |
![]() |
![]() |
The project is built using the MVVM (Model-View-ViewModel) architectural pattern to ensure separation of concerns and testability.
- SwiftUI: For building a declarative and responsive user interface.
- CoreData: For local data persistence of scan history.
- CoreBluetooth: For interacting with Bluetooth Low Energy devices.
- MMLanScan: A powerful library for network discovery.
- Lottie: For rendering high-quality vector animations.
- CocoaPods & SPM: Used for dependency management.
This project uses CocoaPods for some dependencies.
-
Clone the repository:
git clone https://github.com/teenagelove/NetworkScanner.git cd NetworkScanner -
Install Pods:
pod install
-
Open the Workspace:
⚠️ Important: Always open the.xcworkspacefile, not the.xcodeprojfile.open NetworkScanner.xcworkspace
- Danil Kazakov - creator and maintainer
This project is available under the MIT license. See the LICENSE file for more info.





