Skip to content

A Simple mDNS Responder for esp8266. Relies on SDK 0.9.3 and above

License

Notifications You must be signed in to change notification settings

n0bel/esp8266-mDNSResponder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp8266-mDNSResponder

Rendered Obsolete by SDK 1.0.1-2015-04-24, see their release notes

A Simple mDNS Responder for the esp8266 and their SDK Version 0.9.3 and above.

mDNS aka Bonjour, avahi, etc.

Helps with resolving .local to IP addresses on your local network.

It allows multiple host names and ip resolution (up to 5). It utilizes one (1) UDP connection (out of the 4 that the SDK supports)

The main code is in driver/mDNSresp.c and include/driver/mDNSresp.h

A test/example is given as user/user_main.c This test program uses the 74880 baud rate that the boot loader uses. (I got tired of seeing giberish on reset) If you use an FTDI based serial dongle, you can set this rate, if your terminal program handles it. Otherwise just change it to something more normal (line 92)

About

A Simple mDNS Responder for esp8266. Relies on SDK 0.9.3 and above

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published