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.

Ethernet Network

Data is carried across a local Ethernet network in Ethernet frames.

Ethernet Address

Ethernet frames are used to move data from node to node across the network. The data in the Ethernet frame may just be raw data, but is normally associated with another protocol such as the Internet Protocol (IP), including both IPv4 and IPv6, and which in turn may carry further protocols such as UDP or TCP.

Different nodes on the same Ethernet network are identified by their MAC address (hardware address). MAC addresses are normally written as 6 octets (8-bit values) separated by a colon. For example 00:12:34:56:78:90. Each node on a local Ethernet network must have a unique MAC address.

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