nukkeldev / mdns-impl

An exploration of MDNS/DNS-SD.
MIT License
1 stars 0 forks source link

Expand the public API with higher-level functionality for browsing #2

Open nukkeldev opened 7 months ago

nukkeldev commented 7 months ago

The project is at a state wherein pretty much all of the lower-level functionality, parsing and packing of DNS Packets, is implemented in a functional way. Because of this, we can now write browsing functionality so users of the library don't need to manually compose and send the packets.

This is more of a meta-issue or an initializer for the initial fleshing out of this functionality. It's fairly simple to implement but I want multithreading support which I need to look into more.

Tasks:

nukkeldev commented 7 months ago

BrowsingContext in #3