It is possible (libpcap) to "sniff" the MAC address but it
should not be necessary:
The MAC address is also reported as part of the discovery packet.
In piHPSDR I use the MAC address to "make" the name of the preferences
file, so I get the same preferences for the same radio (the IP address
may change, if it comes from a DHCP server).
I see no other purpose of knowing the MAC addr.
> Am 26.09.2023 um 11:45 schrieb Simon Brown <
Si...@sdr-radio.com>:
>
> Thanks,
>
> Will check that out.
> From: "Christoph v. Wüllen" <
DL1...@darc.de>
> Sent: 26 September 2023 08:51
> To: Simon Brown <
Si...@sdr-radio.com>
> Subject: Re: Read MAC Address
> It may be that this is only possible using libpcap with administrator privileges.
> Look, e.g., at the file bootloader.c in my piHPSDR repo.