Caspia
Introduction
Configuration
Running Caspia Application
Modules
Meadow Protocol
Services
Caspia
Docs
»
Module code
»
caspia.toolbox.arp.response
Source code for caspia.toolbox.arp.response
from
collections
import
namedtuple
ArpResponse
=
namedtuple
(
'ArpResponse'
,
'ip_addr,mac_addr,name'
)