Directories and Files
This section discusses the modules available for μC/DNSc, and how they all fit together. A Windows®-based development platform is assumed. The directories and files make references to typical Windows-type directory structures. However, since μC/DNSc is available in source form, it can also be used with any ANSI-C compatible compiler/linker and any Operating System.
Below is a summary of all directories and files involved in the µC/DNSc module. The ‘<- Cfg
’ on the far right indicates that these files are typically copied into the application (i.e., project) directory and edited based on project requirements. The ‘<- Public API
’ on the far right indicates that where are located the public API which should be used by the application.
\Micrium
\Software
\uC-DNSc
\Cfg
\Template
\dns-c_cfg.c <- Cfg
\dns-c_cfg.h <- Cfg
\Cmd
\dns-c_cmd.c
\dns-c_cmd.h
\Examples
\dns-c_get_host.c
\dns-c_init.c
\dns-c_init_shell.c
\Source
\dns-c.c
\dns-c.h <- Public API
\dns-c_cache.c
\dns-c_cache.h
\dns-c_req.c
\dns-c_req.h
\dns-c_task.c
\dns-c_task.h
\dns-c_type.c