Add complete French (fr) and Chinese (zh) translations for all documentation: - Root files: README, CHANGELOG, SECURITY, BETA-RELEASE - docs/: All 16 core documentation files - DOCS/: All 19 deep-dive documents including embedded/ and archive/ - package/secubox/: All 123+ package READMEs - Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/ Total: 346 translation files created Each file includes language switcher links for easy navigation between English, French, and Chinese versions. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
43 lines
893 B
Markdown
43 lines
893 B
Markdown
# Tableau de bord LuCI nDPId
|
|
|
|
[English](README.md) | Francais | [中文](README.zh.md)
|
|
|
|
Interface web LuCI pour nDPId Deep Packet Inspection -- analyse du trafic en temps reel et detection de protocoles.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
opkg install luci-app-ndpid
|
|
```
|
|
|
|
## Acces
|
|
|
|
LuCI > SecuBox > nDPId Intelligence
|
|
|
|
## Onglets
|
|
|
|
- **Tableau de bord** -- Statistiques de trafic en direct et repartition des protocoles
|
|
- **Flux** -- Flux reseau actifs avec protocoles d'application detectes
|
|
- **Parametres** -- Configuration du daemon nDPId
|
|
|
|
## Scripts auxiliaires
|
|
|
|
- `ndpid-compat` -- Couche de compatibilite pour l'integration nDPId
|
|
- `ndpid-flow-actions` -- Traitement et actions sur les evenements de flux
|
|
- `ndpid-collector` -- Collecte et agregation des donnees de trafic
|
|
|
|
## Methodes RPCD
|
|
|
|
Service : `luci.ndpid`
|
|
|
|
## Dependances
|
|
|
|
- `luci-base`
|
|
- `ndpid`
|
|
- `socat`
|
|
- `jq`
|
|
|
|
## Licence
|
|
|
|
Apache-2.0
|