wifi-radar
Version:
Comprehensive WiFi network analysis & performance testing tool for macOS - speed tests, latency analysis, health diagnostics, QoS analysis & more
24 lines • 581 B
TypeScript
export declare class Dashboard {
private scanner;
private topology;
private security;
private analyzer;
private running;
private networks;
private devices;
private anomalies;
private lastUpdate;
start(): Promise<void>;
stop(): void;
private updateData;
private render;
private buildDashboard;
private detectAnomalies;
private formatSignal;
private getSignalBars;
private getDeviceIcon;
private getSeverityColor;
private getRelativeTime;
private stripAnsi;
}
//# sourceMappingURL=dashboard.d.ts.map