在同一网络上查找特定IP的mac地址

时间:2016-09-02 09:41:50

标签: python ip arp

我想做一个功能,找到用户将放在函数参数中的特定IP的mac地址(IP必须在同一网络上)。我想用ARP找到这个。我知道我可以这样做:

macc = get_mac() return hex(macc)

但问题是我想为特定IP提供mac地址。我怎样才能做到这一点 ? 谢谢你

0 个答案:

没有答案