network_analyzer_android 0.1.0
network_analyzer_android: ^0.1.0 copied to clipboard
The Android implementation of the network_analyzer plugin: network monitoring and analysis for mobile devices.
0.1.0 #
- Initial release: Android (Kotlin) implementation of real-time
monitoring —
startMonitoring,stopMonitoring,currentSessionand the rawmonitorSignals()stream, over a pigeon-typed platform channel. Registered viadartPluginClass(NetworkAnalyzerAndroid). - ICMP via an unprivileged datagram socket (no root, no NDK); TCP and
UDP probes; interface type via
ConnectivityManager. Only the normal permissionsINTERNETandACCESS_NETWORK_STATEare declared. - ICMP is IPv4-only in this version: on IPv6-only networks it returns
UnsupportedCapabilityFailure, while TCP and UDP keep working.