zephyr/samples
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
..
application_development drivers: gpio: add dts support for nrf52 gpio 2018-06-14 15:56:39 +02:00
basic samples: servo_motor: Add support for the BBC micro:bit 2018-06-13 18:55:22 +02:00
bluetooth Bluetooth: mesh_demo: Enable missing options in configuration file 2018-06-27 12:50:24 +03:00
boards samples: mesh/onoff_level_lighting_vnd_app: States binding corrections 2018-06-25 22:52:16 +03:00
cpp_synchronization sample: cpp_synchronization: support console harness 2018-01-25 04:45:35 +05:30
display samples: move grove samples to sensors and display 2018-06-11 17:11:18 -04:00
drivers samples, subsys, tests: Use ARRAY_SIZE() whenever possible 2018-06-14 19:12:51 -04:00
hello_world samples: cleanup sample test naming 2018-06-11 17:11:18 -04:00
mpu tests: cleanup subsystem tests meta-data 2018-04-09 22:55:20 -04:00
net net: llmnr: Add LLMNR responder support 2018-06-29 13:11:18 +03:00
nfc/nfc_hello tests: nfc_hello: remove filter and support harness 2018-01-25 04:45:35 +05:30
philosophers samples: cleanup sample test naming 2018-06-11 17:11:18 -04:00
sensor samples: move grove samples to sensors and display 2018-06-11 17:11:18 -04:00
subsys samples: subsys: logging: Add logger example 2018-06-29 10:16:45 +02:00
synchronization samples: cleanup sample test naming 2018-06-11 17:11:18 -04:00
testing/integration tests: integration: do not run test on hw 2018-05-07 12:27:07 -04:00
xtensa_asm2 samples: xtensa_asm2: Cleanup stray IS_TEST reference 2018-05-22 12:36:58 -04:00
kernel.rst doc: spelling fixes in samples/ and boards/ 2017-06-12 18:28:08 -04:00
samples.rst samples: move grove samples to sensors and display 2018-06-11 17:11:18 -04:00