High-performance and event-driven/reactive DNS network stack for Java 8+
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Robinson 25fb0ff1fb
updated version
4 weeks ago
gradle/wrapper Updated gradle, updated build deps. 4 months ago
src/dorkbox/dns updated version 4 weeks ago
src-wip Removed coroutines from parts of the networking message processing. 8 months ago
src9 Fixed package typo 9 months ago
test/dorkbox/dns getHostName returns null INSTEAD of throwing exceptions 4 weeks ago
test2 Removed coroutines from parts of the networking message processing. 8 months ago
.gitignore Updated to use Gradle Utils for gradle/project update management 4 years ago
LICENSE updated version 4 weeks ago
LICENSE.Apachev2 Added license information 4 years ago
LICENSE.BSD2 Updated build, updated libraries 2 years ago
LICENSE.BSD3 Added license information 4 years ago
LICENSE.CC0 Updated build, updated libraries 2 years ago
LICENSE.MIT Added license information 4 years ago
README.md updated version 4 weeks ago
build.gradle.kts updated version 4 weeks ago
gradle.properties no gradle daemon by default 1 year ago
gradlew Updated gradle 1 year ago
gradlew.bat updated gradle 1 year ago
settings.gradle.kts initial commit from Network/Network-DNS split 4 years ago

README.md

NetworkDNS

Dorkbox Github Gitlab

The NetworkDNS project is a high-performance and event-driven/reactive DNS stack for Java 8+

  • This is for cross-platform use, specifically - linux 32/64, mac 64, and windows 32/64. Java 8+

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>NetworkDNS</artifactId>
      <version>2.8</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    implementation("com.dorkbox:NetworkDNS:2.8")
}

License

This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.