Start Neue Main

This commit is contained in:
2025-12-15 09:59:42 +01:00
parent 09ef5ef951
commit c06d51509d
121 changed files with 9026 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
{
"network": {
"subnet": "10.101.0.0/24",
"auto_detect": false
},
"scanning": {
"ping_timeout": 0.3,
"ping_delay": 0.001,
"max_threads": 10
},
"database": {
"devices_file": "known_devices.json"
},
"logging": {
"enabled": true,
"log_file": "network_scanner.log",
"log_level": "INFO"
}
}