4am-robotics/cob_command_tools

[cob_monitoring] reanimate wifi monitor

Closed this issue · 3 comments

@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.

  • iwconfig wlan0 | grep -i quality
  • cat /proc/net/wireless

for the access point:

  • iwconfig wlan0 | grep "Access Point"

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)