Utilities for managing network configurations, IP/MAC address conversion, and ping (via OS native commands)
Go to file
Robinson 43d01a74e2 fixed warnings 2021-04-26 15:45:11 +02:00
src/dorkbox/netUtil fixed warnings 2021-04-26 15:45:11 +02:00
src9/netUtil Added empty classes to make intellij happy 2021-04-26 15:08:08 +02:00
test/dorkbox/netUtil code polish 2021-04-08 20:04:25 +02:00
.gitignore Initial commit of multiple project merge 2020-08-08 20:23:54 +02:00
LICENSE Updated version 2021-04-09 13:58:11 +02:00
LICENSE.Apachev2 Initial commit of multiple project merge 2020-08-08 20:23:54 +02:00
LICENSE.CC0 Initial commit of multiple project merge 2020-08-08 20:23:54 +02:00
LICENSE.MIT Initial commit of multiple project merge 2020-08-08 20:23:54 +02:00
README.md Updated version 2021-04-09 13:58:11 +02:00
build.gradle.kts Updated version 2021-04-09 13:58:11 +02:00
gradlew updated gradle 2021-04-06 23:43:12 +02:00
gradlew.bat updated gradle 2021-04-06 23:43:12 +02:00
settings.gradle.kts Initial commit of multiple project merge 2020-08-08 20:23:54 +02:00

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.4 ```

Gradle Info

dependencies {
    ...
    implementation("com.dorkbox:NetworkUtils:2.4")
}

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.