[cob_monitoring] reanimate wifi monitor
Closed this issue · 3 comments
floweisshardt commented
@ipa-bnm do you remember the terminal command we used to get the signal quality?
additionally to the signal quality it would be good to have the MAC of the currently used access point.
benmaidel commented
iwconfig wlan0 | grep -i quality
cat /proc/net/wireless
benmaidel commented
for the access point:
iwconfig wlan0 | grep "Access Point"
fmessmer commented
i would also like to see somerhing generic included with which we could check the connectivity to a specific host+port (e.g. nuance cloud server)