正確的得到Mac位址

2021-08-07 12:12:05 字數 729 閱讀 7109

網上有很多獲取mac位址的方法,但是好多沒法使用,我就把今天測試到可以使用的方法記錄下來,省去以後再測試的時間

1: 通過wifi獲取mac位址,這個是最簡單的,網上很容易找到:

public

static string getlocalmacaddressfromwifiinfo(context context)

但是這個方法弊端很大,沒有wifi你不就歇菜了

2: 這個方法是因為在手機上這個目錄下「cat /sys/class/net/wlan0/address 」存有mac位址,取出來就好了

實際測試有用

private string getmacaddress() 

}} catch (ioexception ex)

return macserial;

}

漂亮的昕昕

* 獲取ip位址

*@return

*/public string getlocalipaddress() }}

} catch (socketexception ex)

return

null;

}

得到本機mac位址

include include pragma comment lib,iphlpapi.lib int tmain int argc,tchar argv if dwretval getadaptersinfo padapterinfo,uloutbuflen no error printf ada...

通過 MAC 位址得到IP的指令碼

通過 mac 位址得到ip的指令碼冷勝魁 seaquester lengshengkui gmail.com 2008 7 16掃瞄某乙個網段,尋找指定網絡卡 由mac位址確定 的ip。bin bash ipprefix 172.21.73 count 1 mac 1 while count 255...

利用shell指令碼得到mac位址

在linux下,利用shell程式設計,可以很方便的處理文字或得到系統資訊,這裡就利用shell程式設計拿到mac位址,ipv4位址,ipv6位址。ifconfig awk eth0 tr 50 e5 49 32 9d a0 sbin ifconfig sed ne eth0 s hwaddr 1 ...