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.

NBNS

NBNS (sometimes called WINS) stands for NetBIO Name Service, which is a protocol for name resolution.

NBNS performs the same function as LLMNR, but using UDP broadcast packets instead of multi cast packets. Browsers normally only attempt to use NBNS after attempts to use LLMNR have failed.

ipconfigUSE_NBNS must be set to 1 in FreeRTOSIPConfig.h for NBNS to be enabled. As with LLMNR, the application writer must provide the xApplicationDNSQueryHook_Multi() callback function which takes a character pointer as a parameter and returns pdTRUE if the name passed into the function matches a name used to identify the node.

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