High-performance and event-driven/reactive DNS network stack for Java 8+
 
 
Go to file
Robinson 93aabd075d
version 2.11
2023-08-06 01:08:57 -06:00
gradle/wrapper Updated gradle, updated build deps. 2022-11-21 13:51:53 +01:00
src/dorkbox/dns version 2.11 2023-08-06 01:08:57 -06:00
src-wip Removed coroutines from parts of the networking message processing. 2022-07-27 00:20:34 +02:00
src9 Removed utils dependency, updated collections. 2023-08-04 17:00:38 -06:00
test/dorkbox/dns getHostName returns null INSTEAD of throwing exceptions 2023-02-22 18:21:57 +01:00
test2 Removed coroutines from parts of the networking message processing. 2022-07-27 00:20:34 +02:00
.gitignore Updated to use Gradle Utils for gradle/project update management 2019-05-13 15:18:33 +02:00
LICENSE Removed utils dependency, updated collections. 2023-08-04 17:00:38 -06:00
LICENSE.Apachev2 Added license information 2019-03-17 16:46:32 +01:00
LICENSE.BSD2 Updated build, updated libraries 2021-04-08 21:55:37 +02:00
LICENSE.BSD3 Added license information 2019-03-17 16:46:32 +01:00
LICENSE.CC0 Updated build, updated libraries 2021-04-08 21:55:37 +02:00
LICENSE.MIT Added license information 2019-03-17 16:46:32 +01:00
LICENSE.MPLv2 Added MPLv2 license 2023-08-06 01:06:35 -06:00
README.md version 2.11 2023-08-06 01:08:57 -06:00
build.gradle.kts version 2.11 2023-08-06 01:08:57 -06:00
gradle.properties no gradle daemon by default 2021-10-01 11:36:03 +02:00
gradlew Updated gradle 2022-03-03 00:39:51 +01:00
gradlew.bat updated gradle 2021-10-01 11:35:29 +02:00
settings.gradle.kts Hardcoded project name 2023-08-06 01:05:38 -06:00

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.11</version>
    </dependency>
</dependencies>

Gradle Info

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

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.