This commit is contained in:
2025-12-06 12:28:55 +01:00
parent 56d633e296
commit 13b3c58ec8
56 changed files with 4328 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
# modele-donnees.md
## Tables SQLite
### Table ip
- ip (PK)
- name
- known (bool)
- location
- host
- first_seen
- last_seen
- last_status
- mac
- vendor
- hostname
- open_ports (JSON)
### Table ip_history
- id
- ip (FK)
- timestamp
- status
- open_ports (JSON)
## Index recommandés
- index sur last_status
- index sur ip_history.timestamp