Skip to content

A library to resolve the host IP over mDNS for the particle photon boards.

License

Notifications You must be signed in to change notification settings

thedim-witted/Particle_mDNSResolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Particle_mDNSResolver

A library to resolve the host IP over mDNS for the particle photon boards.

Initialize the library with the udp object. mDNSResolver::Resolver resolver(udp);

Then use this resolver object to search the hostname that you want to resolve: IPAddress IP = resolver.search(NAME_TO_RESOLVE);

This will save the IP address of the hostname in the variable IP if it exists in that network.

Tested only on Particle photon but should work on other boards as well.

About

A library to resolve the host IP over mDNS for the particle photon boards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published