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.
- abstract devices()¶
Return the found devices. This should be called after scan().
- Args:
Nothing
- Returns:
list: List of all devices discovered in scan()
- abstract services()¶
Return the found services. This should be called after scan().
- Args:
Nothing
Returns: list: List of all devices discovered in scan()
- abstract scan()¶
Scan for devices or services depending on the Discovery type.
- Args:
Nothing
- Returns:
Nothing