Advanced Bandwidth Manager features v0.5.0 Smart QoS (DPI Integration): - Real-time application detection via nDPId - Smart traffic suggestions based on detected patterns - One-click DPI rule creation for applications - Gaming, streaming, video conferencing detection - Heavy downloader identification Device Groups: - Create device groups (Family, IoT, Work, Gaming, Kids, Guests) - Shared quota across group members - Unified priority assignment per group - Easy member management via drag-drop UI - Group usage tracking and visualization Analytics Dashboard: - Traffic summary with download/upload totals - Active client count and per-client averages - Application traffic breakdown charts - Protocol distribution pie chart - Top bandwidth users leaderboard - Download/upload ratio analysis - Historical data retention (30 days) - Period selection (1h, 6h, 24h, 7d, 30d) Backend Enhancements: - get_dpi_applications: Fetch detected apps from nDPId - get_smart_suggestions: AI-powered QoS recommendations - apply_dpi_rule: Create rules based on app detection - list_groups/create_group/update_group/delete_group - add_to_group/remove_from_group: Member management - get_analytics_summary: Traffic statistics - get_hourly_data: Historical trends - record_stats: Cron-based data collection Menu Additions: - Smart QoS (order: 10) - Device Groups (order: 11) - Analytics (order: 12) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
109 lines
2.2 KiB
JSON
109 lines
2.2 KiB
JSON
{
|
|
"admin/secubox/network/bandwidth-manager": {
|
|
"title": "Bandwidth Manager",
|
|
"order": 55,
|
|
"action": {
|
|
"type": "firstchild"
|
|
},
|
|
"depends": {
|
|
"acl": ["luci-app-bandwidth-manager"]
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/overview": {
|
|
"title": "Overview",
|
|
"order": 1,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/overview"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/rules": {
|
|
"title": "QoS Rules",
|
|
"order": 2,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/rules"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/quotas": {
|
|
"title": "Client Quotas",
|
|
"order": 3,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/quotas"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/usage": {
|
|
"title": "Real-time Usage",
|
|
"order": 4,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/usage"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/settings": {
|
|
"title": "Settings",
|
|
"order": 5,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/settings"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/media": {
|
|
"title": "Media Detection",
|
|
"order": 6,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/media"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/classes": {
|
|
"title": "QoS Classes",
|
|
"order": 7,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/classes"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/clients": {
|
|
"title": "Connected Clients",
|
|
"order": 8,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/clients"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/schedules": {
|
|
"title": "Schedules",
|
|
"order": 9,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/schedules"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/smart-qos": {
|
|
"title": "Smart QoS",
|
|
"order": 10,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/smart-qos"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/groups": {
|
|
"title": "Device Groups",
|
|
"order": 11,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/groups"
|
|
}
|
|
},
|
|
"admin/secubox/network/bandwidth-manager/analytics": {
|
|
"title": "Analytics",
|
|
"order": 12,
|
|
"action": {
|
|
"type": "view",
|
|
"path": "bandwidth-manager/analytics"
|
|
}
|
|
}
|
|
}
|