![]() |
||
---|---|---|
gradle/wrapper | ||
resources | ||
src/dorkbox/netUtil | ||
src9 | ||
test/dorkbox/netUtil | ||
.gitignore | ||
LICENSE | ||
LICENSE.Apachev2 | ||
LICENSE.BSD3 | ||
LICENSE.CC0 | ||
LICENSE.MIT | ||
LICENSE.MPLv2 | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
settings.gradle.kts |
README.md
NetworkUtils
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.23
```
Gradle Info
dependencies {
...
implementation("com.dorkbox:NetworkUtils:2.23")
}
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.