Download FreeRTOS
 

Quality RTOS & Embedded Software

LIBRARIES
WHAT'S NEW
Simplifying Authenticated Cloud Connectivity for Any Device.
Designing an energy efficient and cloud-connected IoT solution with CoAP.
Introducing FreeRTOS Kernel version 11.0.0:
FreeRTOS Roadmap and Code Contribution process.
OPC-UA over TSN with FreeRTOS.

ARP

ARP stands for Address Resolution Protocol.

IP packets are sent between IP addresses, but the Ethernet frames in which they are packaged are sent between MAC (hardware) addresses. Therefore the MAC address of the destination IP address must be known before an IP packet can be sent onto an Ethernet network.

The Address Resolution Protocol (ARP) is used to obtain MAC address information. FreeRTOS-Plus-TCP (like most if not all IP stacks) stores IP address to MAC address mappings in an ARP table (sometimes called the ARP cache). ARP is handled automatically by the TCP/IP stack.

Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.