System Data Message
Contains system information and statistics
Payload
-
Counter of sent status messages since system startup
-
Unix timestamp in milliseconds
-
Hostname of the target device
-
MAC address of the target device
-
IP address of the target device
-
The current lane number of the target
-
The target type for shooting position
Values are
prone
orstanding
. -
Free heap memory in bytes
-
Total heap memory in bytes
-
Free flash memory in bytes
-
Total flash memory in bytes
-
CPU temperature in Celsius
-
WiFi signal strength in dBm
-
WiFi signal strength as text
Values are
Excellent
,Very Good
,Good
,Fair
,Weak
,Unusable
,Not Connected
, orUnknown
. -
System uptime in seconds
-
Number of intermediate target results sent
-
Number of final target results sent
Payload examples
{
"status_message_counter": 123,
"timestamp": 1730916415,
"target_hostname": "DE_NW_SVS_EBTS_S01",
"target_mac_address": "CC:7B:5C:F1:7F:B4",
"target_ip_address": "192.168.1.100",
"target_lane": 1,
"target_type": "prone",
"free_heap": 40963,
"total_heap": 81920,
"free_flash": 102400,
"total_flash": 163840,
"cpu_temp": 45.5,
"wifi_rssi_dbm": -50,
"wifi_signal_strength": "Very Good",
"uptime": 4556,
"sent_intermediate_target_results": 45,
"sent_final_target_results": 13
}