Real time embedded FreeRTOS RSS feed 
Homepage FreeRTOS+ Products FreeRTOS Labs Support Forum Contact / Enquiries

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() 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.


Useful links:


Other networking basics pages:



[ Back to the top ]    [ About FreeRTOS ]    [ Privacy ]    [ FreeRTOS Labs Sitemap ]    [ Main FreeRTOS Sitemap ]    [ ]




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