High-performance and event-driven/reactive DNS network stack for Java 8+
 
 
Go to file
Robinson 1c3a54ae22
Merge remote-tracking branch 'origin/master'
2023-10-11 12:17:11 +02:00
gradle/wrapper update gradle 2023-08-19 22:13:16 +02:00
src/dorkbox/dns Version 2.16 2023-10-02 23:49:13 +02: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 Updated build deps 2023-10-09 12:32:05 +02: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.16 2023-10-02 23:49:13 +02:00
build.gradle.kts Updated build deps 2023-10-09 12:32:05 +02:00
gradle.properties no gradle daemon by default 2021-10-01 11:36:03 +02:00
gradlew update gradle 2023-08-19 22:13:16 +02:00
gradlew.bat update gradle 2023-08-19 22:13:16 +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.16</version>
    </dependency>
</dependencies>

Gradle Info

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

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.