dnsclient (community library)
Summary
Name | Value |
---|---|
Name | dnsclient |
Version | 0.0.13 |
Installs | |
License | Apache License, version 2.0 |
Author | chris huitema |
URL | https://github.com/hootie81/dnsclient |
Repository | https://github.com/hootie81/dnsclient.git |
Download | .tar.gz |
All Versions | 0.0.13, 0.0.12, 0.0.10 |
DNS Lookup Client ported from Arduino to Spark
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
DNSClient
DNS Client for Spark.
Original code from Arduino Ethernet library, ported for use on Spark Core
the myUDP.h was written by a unknown person on the Spark Forums and overcomes an issue with sending a UDP packet each time the write is called, now it is only sent when endPacket is called
Example inluded, change the dnsServerIP to whatever DNS server you want to use and change serverName to the place you want to look up.
Thanks to everyone who helped make this work
Browse Library Files