High-performance and event-driven/reactive DNS network stack for Java 8+
 
 
Go to file
Robinson 5b18e16d89
Removed coroutines from parts of the networking message processing.
2022-07-27 00:20:34 +02:00
gradle/wrapper WIP kotlin conversion 2022-06-02 21:24:34 +02:00
src/dorkbox/dns Updated library 2022-07-26 23:29:07 +02:00
src-wip Removed coroutines from parts of the networking message processing. 2022-07-27 00:20:34 +02:00
src9 Fixed package typo 2022-06-14 11:08:10 +02:00
test/dorkbox/dns Moved TLD stuff to utils (since it's not explicitly using DNS), but is a utility for understanding/parsing DNS info 2022-06-14 11:18:43 +02: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 WIP kotlin conversion 2022-06-02 21:24:34 +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
README.md Updated library 2022-07-26 23:29:07 +02:00
build.gradle.kts Updated library 2022-07-26 23:29:07 +02: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 initial commit from Network/Network-DNS split 2019-02-12 11:34:03 +01: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.7.1</version>
    </dependency>
</dependencies>

Gradle Info

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

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.