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.

Router

The netmask is used to sub-divide an IP address into bytes that provide routing information and bytes that provide local address information. If a destination IP address bitwise ANDed with the subnet mask does not match the local IP address bitwise ANDed with the subnet mask then the two IP addresses do not exist on the same network. In this case the packet being sent to the destination address cannot be sent directly, and must instead be sent to a router for intelligent inter-network routing.

Gateway

The Gateway address is the IP address of the router - the router being the gateway to other (remote) networks.

FreeRTOS-Plus-TCP determines whether an IP packet can be sent directly, or if it needs to be sent to a router. FreeRTOS-Plus-TCP users only need to provide a gateway address. Like the IP address, the IP address of a gateway can be configured either statically as a parameter to FreeRTOS_FillEndPoint(), FreeRTOS_FillEndPoint_IPv6() or dynamically from a DHCP/DHCPv6 server.

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