expliot.core.discovery¶
Discovery support for EXPLIoT.
Classes¶
Representation of a discovery entity. |
Package Contents¶
- class expliot.core.discovery.Discovery¶
Representation of a discovery entity.
- abstractmethod devices()¶
Return the found devices. This should be called after scan().
- Args:
Nothing
- Returns:
list: List of all devices discovered in scan()
- abstractmethod services()¶
Return the found services. This should be called after scan().
- Args:
Nothing
Returns: list: List of all devices discovered in scan()
- abstractmethod scan()¶
Scan for devices or services depending on the Discovery type.
- Args:
Nothing
- Returns:
Nothing