Skip to content

connman

Frank Bauernöppel edited this page Oct 27, 2018 · 1 revision

connman = connection manager

find out available network technologies

root@raspberrypi3:~# connmanctl technologies
/net/connman/technology/ethernet
  Name = Wired
  Type = ethernet
  Powered = True
  Connected = True
  Tethering = False
/net/connman/technology/wifi
  Name = WiFi
  Type = wifi
  Powered = False
  Connected = False
  Tethering = False

manage a specific network technology

see WiFi and Ethernet

Clone this wiki locally