networking - check if connected to wifi AccessPoint in python -


i using raspberry pi transmit udp packets on wifi local udp server.i need transmit data if raspi connected access point( internet connectivity not required). checking network connection describes how check internet connectivity, consume more time checking local connectivity. there way in python check whether device connected access point?


Comments