KomodiaDNS

This library implements the DNS protocol:

 

 

Main classes

 

CDNSAnswer

Acts as a holder and parser for a DNS answer

CDNSAnswers

Acts as a container for the DNS answers.

CDNSManager

Core class of the DNS, all the operations are made through it.

CDNSParser

Auxiliary class to help parse DNS strings.

CDNSQuery

Acts as a holder and parser for the DNS query. (here you construct a query)

CDNSSocket

Manages the communications to the DNS server.

CDNSTCPSocket

DNS TCP implementation.

CDNSUDPSocket

DNS UDP implementation.