NetUI is a Rust-based tui designed to monitor network interfaces. It allows you to send ARP messages via the network interface and listen for packets to show bandwidth stats.
//! Task lifecycle management for the scanner.
//!//! This module provides functions for spawning background tasks
//! for packet listening, stats aggregation, and packet transmission.
pubmodlistener_task;pubmodstats_task;pubmodtx_task;pubuselistener_task::start_listening;pubusestats_task::spawn_stats_aggregator;pubusetx_task::start_tx_worker;