A fork of Conversations (https://conversations.im) with improvements
Go to file
2014-07-22 23:22:50 +02:00
src/main/java/de/measite/minidns Add PTR record parsing 2014-07-22 23:22:50 +02:00
.gitignore Fix missing source/javadoc archives 2014-06-23 20:56:38 +02:00
build.gradle Fix missing source/javadoc archives 2014-06-23 20:56:38 +02:00
gradle.properties.example Add missing property 2014-06-23 21:20:39 +02:00
LICENCE
LICENCE_APACHE
LICENCE_LGPL2.1
LICENCE_WTFPL
README.md

MiniDNS

MiniDNS is a minimal dns client library for android. It can parse a basic set of resource records (A, AAAA, NS, SRV) and is easy to use and extend.

This library is not intended to be used as a DNS server. You might want to look into dnsjava for such functionality.