Contents:
networktoolkit.networkscan.
Client
Bases: object
object
Dataclass for a network client
ip_addr
mac_addr
mac_vendor
get_clients
Gets a list of accessable devices on the network in a given ip range
ip – ip range to scan
t (int) – timeout (seconds)
list of clients on network
list(Client)