Utilities for managing network configurations, IP/MAC address conversion, and ping (via OS native commands)
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 d338e41241
updated license dates
2 months ago
gradle/wrapper Updated deps. updated gradle 4 months ago
resources Moved TLD stuff to utils (since it's not explicitly using DNS), but is a utility for understanding/parsing DNS info 9 months ago
src/dorkbox/netUtil Updated deps. updated gradle 4 months ago
src9 Fixed package typo 2 years ago
test/dorkbox/netUtil Added hostName unit test 9 months ago
.gitignore Initial commit of multiple project merge 3 years ago
LICENSE updated license dates 2 months ago
LICENSE.Apachev2 Initial commit of multiple project merge 3 years ago
LICENSE.CC0 Initial commit of multiple project merge 3 years ago
LICENSE.MIT Initial commit of multiple project merge 3 years ago
README.md Updated deps. updated gradle 4 months ago
build.gradle.kts Updated deps. updated gradle 4 months ago
gradle.properties Updated gradle build file 2 years ago
gradlew line endings 3 months ago
gradlew.bat Updated dependencies. 1 year ago
settings.gradle.kts Initial commit of multiple project merge 3 years ago

README.md

NetworkUtils

Dorkbox Github Gitlab

Provides various Network Utilities, for IP/MAC address conversion, PING (without having to be root or with proper permissions) and managing various linux network properties


  
  

  
Maven Info
---------
... com.dorkbox NetworkUtils 2.19.1 ```

Gradle Info

dependencies {
    ...
    implementation("com.dorkbox:NetworkUtils:2.19.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.