Skip to content
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.

Asynchronous DNS Server for the ESP

Notifications You must be signed in to change notification settings

khoih-prog/ESPAsyncDNSServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AsyncDNSServer: an asynchronous DNS server for the ESP

Built on AsyncUDP, inspired by the standard DNSServer implementation.

Usage is almost a drop-in replacement for DNSServer. The only usage difference is not calling handleNextRequest() in the loop (no need for it).