network_analyzer 0.1.0
network_analyzer: ^0.1.0 copied to clipboard
Network monitoring and analysis for mobile devices: real-time monitoring, throughput scanner, scanner history, and diagnostic tools (MTR, Ping, TCPing).
0.1.0 #
- Initial release: real-time connection monitoring.
NetworkAnalyzerfacade:startMonitoring(MonitorInterface),stopMonitoring(), synchronouscurrentSession, themetrics,eventsandupdatesstreams, anddispose().- Monitors the internet path (
InternetInterface— preset or custom hosts, ICMP/TCP/UDP probes) or the local gateway (GatewayInterface). - Probe cadence, timeout and rolling sample window tunable via
MonitorOptions; health evaluation, jitter and packet loss computed over the window; session events throttled and timestamped in UTC. - All fallible operations return
Result<T, Failure>and never throw. - Endorses
network_analyzer_androidandnetwork_analyzer_ios.