45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
|
Categories:
|
||
|
- System
|
||
|
License: GPL-2.0-only
|
||
|
WebSite: https://rorist.github.io/android-network-discovery/
|
||
|
SourceCode: https://github.com/rorist/android-network-discovery
|
||
|
IssueTracker: https://github.com/rorist/android-network-discovery/issues
|
||
|
|
||
|
AutoName: Network Discovery
|
||
|
Description: |-
|
||
|
Discover network (WiFi/3G) hosts, scan ports, etc.
|
||
|
|
||
|
'''Features:'''
|
||
|
|
||
|
* Discover Machines on a LAN (connect/ping discovery, dns discovery)
|
||
|
* TCP Port Scanner (connect() scan)
|
||
|
* NIC vendor database
|
||
|
* Export results to your sdcard in XML
|
||
|
* Fast access to Wifi Settings
|
||
|
* Adaptive scanning rate (slow start, then adaptive to network latency)
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/rorist/android-network-discovery.git
|
||
|
|
||
|
Builds:
|
||
|
- versionName: 0.3.4
|
||
|
versionCode: 42
|
||
|
commit: 32bffddce7e37a3c12f8
|
||
|
oldsdkloc: true
|
||
|
|
||
|
- versionName: 0.3.5
|
||
|
versionCode: 43
|
||
|
commit: e89a9791a646a1abbf5b4916e86784d167b89034
|
||
|
init: rm build.properties
|
||
|
oldsdkloc: true
|
||
|
target: android-8
|
||
|
|
||
|
MaintainerNotes: |-
|
||
|
RepoManifest doesn't work for this. (And note that the 0.3.5 release is in a
|
||
|
branch)
|
||
|
|
||
|
AutoUpdateMode: None
|
||
|
UpdateCheckMode: None
|
||
|
CurrentVersion: 0.3.5
|
||
|
CurrentVersionCode: 43
|