Open mattmaynes2 opened 7 years ago
not needed at this point
netdisco has netdisco.service DiscoveryService
we can use this to have a service that is always running discovering WiFi devices. We can register to listen using the add_listener
method. This will call our method passing params discoverable
a string name of the type of device discovered and service
the url of the device.
The WiFi adapter should the parent to all WiFi protocols. This adapter needs to be refactored to be generic #466.