fdroiddata/metadata/info.lamatricexiste.network.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 18:41:06 +02:00

46 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
Summary: Network discovery tool
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