This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
55273b0c76
zephyr
/
samples
/
net
/
dns_client
/
testcase.ini
5 lines
69 B
INI
Raw
Normal View
History
Unescape
Escape
samples/net: DNS client application This sample code shows how to write a DNS client application. Only client functionality is implemented in this sample. The code is self-documented. Read the README file for more information about the network setup. See https://tools.ietf.org/html/rfc1035 for more information about the DNS protocol. Origin: Original Jira: ZEP-500 Jira: ZEP-501 Change-Id: Ibcfa4e392143fdc2258971304d5296d70c1c9423 Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-07-30 06:32:48 +08:00
[test]
dns: Remove deprecated functionality This commit removes deprecated APIs and replaces them with routines that provide similar functionality without the flexibility originally offered by the deprecated APIs. Removing deprecated routines will help us to be prepared once the new IP stack is ready (ZEP-793). Furthermore, this commit will also help us to move our current DNS Client implementation to the lib/iot directory, as specified by ZEP-847. This commit removes the netz library from the DNS client sample application. UDP functionality is replaced by primitive routines. Specifically, the following changes are applied by this patch: - Remove netz routines - Remove app_buf data structure - Introduce primitive data types in the DNS client code - Introduce primitive network routines - Add a header file containing configurable parameters Jira: ZEP-793 Jira: ZEP-847 Change-Id: I0302133da77308f0cdd9ace2c0265e6b77673ff0 Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-09-09 14:14:23 +08:00
tags
=
net dns
samples/net: DNS client application This sample code shows how to write a DNS client application. Only client functionality is implemented in this sample. The code is self-documented. Read the README file for more information about the network setup. See https://tools.ietf.org/html/rfc1035 for more information about the DNS protocol. Origin: Original Jira: ZEP-500 Jira: ZEP-501 Change-Id: Ibcfa4e392143fdc2258971304d5296d70c1c9423 Signed-off-by: Flavio Santes <flavio.santes@intel.com>
2016-07-30 06:32:48 +08:00
build_only
=
true
platform_whitelist
=
galileo