Introduce complete refactoring.
This commit is contained in:
15
code/iottb/templates/capture_metadata_template.json
Normal file
15
code/iottb/templates/capture_metadata_template.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"device_id": "",
|
||||
"capture_id": "",
|
||||
"capture_date": "",
|
||||
"capture_file": "",
|
||||
"start_time": "",
|
||||
"stop_time": "",
|
||||
"capture_duration": "",
|
||||
"interfaces": "",
|
||||
"device_ip_address": "",
|
||||
"device_mac_address": "",
|
||||
"contacted_ip_address": [],
|
||||
"device_firmware_version": "",
|
||||
"campanion_app": ""
|
||||
}
|
||||
4
code/iottb/templates/config_template.json
Normal file
4
code/iottb/templates/config_template.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"database_path": "~/.iottb.db",
|
||||
"log_level": "INFO"
|
||||
}
|
||||
14
code/iottb/templates/device_metadata_template.json
Normal file
14
code/iottb/templates/device_metadata_template.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"device_id": "",
|
||||
"device_name": "",
|
||||
"device_short_name": "",
|
||||
"date_created": "",
|
||||
"description": "",
|
||||
"model": "",
|
||||
"manufacturer": "",
|
||||
"firmware_version": "",
|
||||
"device_type": "",
|
||||
"supported_interfaces": "",
|
||||
"companion_applications": "",
|
||||
"last_metadata_update": ""
|
||||
}
|
||||
Reference in New Issue
Block a user