This commit is contained in:
2026-02-07 16:57:37 +01:00
parent 8383104454
commit dff1b03e42
129 changed files with 19769 additions and 0 deletions

28
modele-donnees.md Executable file
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