I have a problem here...currently, IP helper API's sendARP allows me to retreive mac address of a generic device...but is it possible to do it in java applet? Heard it's quite impossible cuz it's layer 2... help pls...thanks a lot!
SnowFlag
can u explain this IP helper API's sendARP
kaobeikaobu
Originally posted by SnowFlag:
can u explain this IP helper API's sendARP
sorry...this one is frm microsoft...basically execute arp inplicitly to query mac address....similar when we type arp -a or -s in cmd prompt...
SnowFlag
I think what they normally do is to use JNI with java to get the MAC address.