[MiniDNS][DIY] Build DNS Protocol Implementation

Registered by Kiall Mac Innes

This blueprint has been superseded. See the newer blueprint "[MiniDNS][DNSPython] Extend the designate objects with methods to translate to DNSPython objects" for updated plans.

[DIY Route Only]

Build out the base DNS protocol implementation

Here, we write the base protocol implementation - capable of encoding and
decoding the foundational DNS constructs:

* Packet - The DNS Packet itself, holds the Header, Questions, Answers, Authorities and Additionals
* Header - The DNS Packet Header
* Name - Representation of a DNS Name, with logic for handle DNS Name compression/pointers
* Question - Representation of a DNS Query, holds the name, type and class of the Query.
* ResourceRecord - Represents a single Record in a Result[1].

[1]: This one may be skipped, with the Record object instead implementing this piece.

Blueprint information

Status:
Complete
Approver:
None
Priority:
Undefined
Drafter:
Kiall Mac Innes
Direction:
Needs approval
Assignee:
None
Definition:
Superseded
Series goal:
None
Implementation:
Unknown
Milestone target:
None
Completed by
Joe McBride

Related branches

Sprints

Whiteboard

(?)

Work Items

Dependency tree

* Blueprints in grey have been implemented.

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.