Get MAC address of remote PC?

后端 未结 1 1560
星月不相逢
星月不相逢 2020-12-04 02:30

I need to get the MAC address from a PC. The code I\'ve written so far is here (this is only a small part of the code).

public byte[] getMac(L2PcInstance pla         


        
相关标签:
1条回答
  • 2020-12-04 03:05

    You can't do that in Java, and if you do some research you will find that the MAC address isn't really much use to anything except the Ethernet layer and the NICs attached to it.

    0 讨论(0)
提交回复
热议问题