blob: b02812e7ee71b672c2563c9ea7cf7e5fbca7810a [file] [log] [blame]
DNS Client API
-----------------------------------------------------------------------
THIS API IS STILL WORK IN PROGRESS
-----------------------------------------------------------------------
The DNS Client API for Zephyr is a collection of C files:
- dns_pack.h, dns_pack.c:
RFC 1035 serialization and deserialization functions
- dns_utils.h. dns_utils.c:
Helper functions
TODO
- Implement high-level functions to handle the server's response
- Remove:
* dns_query in src/main.c and handle the Transaction
Identifier internally.
* dns_response in src/main.c once high-level functions are
available.