network_analyzer 0.1.0 copy "network_analyzer: ^0.1.0" to clipboard
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.
  • NetworkAnalyzer facade: startMonitoring(MonitorInterface), stopMonitoring(), synchronous currentSession, the metrics, events and updates streams, and dispose().
  • 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_android and network_analyzer_ios.
1
likes
160
points
115
downloads

Documentation

API reference

Publisher

verified publisherkoaladevelopments.com

Weekly Downloads

Network monitoring and analysis for mobile devices: real-time monitoring, throughput scanner, scanner history, and diagnostic tools (MTR, Ping, TCPing).

Repository (GitHub)
View/report issues

Topics

#network #monitoring #connectivity #diagnostics

License

MIT (license)

Dependencies

flutter, network_analyzer_android, network_analyzer_ios, network_analyzer_platform_interface

More

Packages that depend on network_analyzer

Packages that implement network_analyzer