Topic: ARP Protocol in wolfssl

Hi All,
I am using wolfssl in my project with TivaC129xxx microcontroller along with ti rtos. I have a requirement where I know the IP address of a particular device in my local network and I want to know its mac address.
I know there is one standard protocol known as ARP. How do we implement it using wolfssl? Do we have any examples?
wolfssl v- 3.8.0

Thanks

Share

Re: ARP Protocol in wolfssl

Hello Akhi,

The wolfSSL interface is agnostic to the underlying transport layer. As such, it does not provide a method for fetching the MAC address. TI-RTOS does provide such capability:
https://www.ti.com/tool/NDKTCPIP

Kind regards,
Eric @ wolfSSL Support