AndroScan is a network scanner built with Flutter for Android.
It discovers devices in your local Wi-Fi network, shows their estimates their operating system based on TTL values.
- 🚀 Scans all devices in a specified local IP range
- IP Address
- MAC Address
- TTL (Time To Live)
- Uses
pingto check reachability - Parses TTL to estimate OS type (e.g., Windows, Linux, IoT)
flutter pub get
flutter build apk --release