I need to get the MAC address of my router in order to use it like identifier in my program.
My PC is connected to the router using Ethernet cable
Is there a way to fetch the MAC, and if so is there a way to change it or clone it using C#?I need to get the router MAC address not my network card MAC address ...
I saw a seed like this Get BSSID (MAC address) of wireless access point from C# ... if it is possible to get the MAC address of a wireless device, isn't it possible to get the MAC address of a connected Ethernet device?