davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
320 stars 54 forks source link

Check connection status #93

Closed mrsstaceyseigle closed 4 years ago

mrsstaceyseigle commented 4 years ago

comitup when connected shows connection status. Is there a command or can you create a command that we can run that will print to terminal connected and the network we connected to only without the other options

davesteele commented 4 years ago

You could hack a copy of comitupcli.py to just return state info.

Also, look at the 'nmcli' command (e.g. "nmcli dev show wlan0")

mrsstaceyseigle commented 4 years ago

Thank you!