ITAnt / Ning

Network-Scanner for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ning

Scan local network for active devices.

Get it on F-Droid

CI Status

Features

  • Ping scan
  • ARP scan
  • TCP and UDP scan
  • Network Service Discovery (Bonjour, Avahi)
  • Vendor detection

Screenshot Network Overview

Screenshot Device Detail

Screenshot Drawer

Roadmap

  • Scan History
    • Save past scans in local db
    • Use past scans for candidate selection on next scan
    • UI for scan history
  • producer consumer architecture for scan
    • run n pings in parallel, start new ping when one ping is finished
  • combine scanners into UnifiedDeviceScanner
  • Low-Level mDNS Service Discovery

Contributing

Translate the App

If you want to translate the app in your language: great!

Translatable text is located in two places:

Development in Android Studio

The project should be easy to import in Android Studio: Just clone the repository and import it.

Build Vendor DB

go run createMacVendorDB.go

About

Network-Scanner for Android


Languages

Language:Kotlin 96.3%Language:Go 3.7%