Hello.
I might use some help.
I am recieving batches of Wi-Fi data which I than filter by MAC adress and define position of each device etc. The thing is I need to mark unactive devices.
For example I recieve msgs like this:
mac: "30:83:98:00:XX:XX"
eap: ""
interface: "2.4GHz-XXXX-4np-BD-1-2"
ssid: "XXX-iot2"
uptime: "2m14s290ms"
packets: "4001,3916"
bytes: "236107,1006147"
tx_rate: "26Mbps-20MHz/1S"
rx_rate: "58.5Mbps-20MHz/1S"
rx_signal: "-57"
tx_rate_set: "OFDM:6-
I recieve it in bach every 2 seconds and filter them by MAC adress. When I stop receiving messages for more than 10 seconds - about any of mac adresses - I need a message to be send (for example msg.active="Not active"). Is this possible? Any hints please?