zephyr/subsys
Jukka Rissanen b833d010eb net: llmnr: Add LLMNR responder support
This allows zephyr to listen LLMNR DNS queries sent by Windows
and respond to them. See RFC 4795 for details.

The feature requires that hostname is set properly to the
zephyr device and LLMNR is configured properly.

Typically following config options are enough for this support:

CONFIG_NET_HOSTNAME_ENABLE=y
CONFIG_NET_HOSTNAME="zephyr-device"
CONFIG_DNS_RESOLVER=y
CONFIG_LLMNR_RESPONDER=y

Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2018-06-29 13:11:18 +03:00
..
bluetooth Bluetooth: controller: Fix LE Extended Scanner Filter Policy dependency 2018-06-28 22:16:31 +02:00
console subsys: console: Make CONSOLE_GETCHAR and *_GETLINE optional 2018-06-20 15:59:12 -04:00
cpp
debug debug: enable assertions for all tests 2018-05-24 15:12:56 -07:00
dfu subsys: dfu: img_util: Fix warning with ERR log 2018-06-28 13:02:42 +02:00
disk susbys: disk: Fix misleading menuconfig prompts 2018-06-04 21:45:09 +02:00
fs subsys: fs/nvs: fix _nvs_sector_is_used 2018-05-26 08:26:40 -04:00
logging logging: subsystem major redesign 2018-06-29 10:16:45 +02:00
mgmt mgmt: Reduce net_buf user data requirement 2018-06-28 10:49:52 +03:00
net net: llmnr: Add LLMNR responder support 2018-06-29 13:11:18 +03:00
random
settings subsys: settings: Fix file exist error. 2018-06-06 09:43:19 -04:00
shell shell: Fix command completion logic 2018-06-22 15:09:18 -04:00
storage
usb subsys: usb: Fixes USB DFU class by updating the bcdUSB value. 2018-06-27 13:38:12 +02:00
CMakeLists.txt subsys: console: Factor out fifo-based console input abstraction 2018-06-20 15:59:12 -04:00
Kconfig