mattmaynes2 / aria

Aria - Autonomous Real-Time Interactive Architecture
2 stars 1 forks source link

Refactor WiFi Adapters to support multiple software protocols #477

Open mattmaynes2 opened 7 years ago

mattmaynes2 commented 7 years ago

The WiFi adapter should the parent to all WiFi protocols. This adapter needs to be refactored to be generic #466.

jed15 commented 7 years ago

not needed at this point

jed15 commented 7 years ago

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.