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.
![]() |
2 months ago | |
---|---|---|
gradle/wrapper | 4 months ago | |
resources | 9 months ago | |
src/dorkbox/netUtil | 4 months ago | |
src9 | 2 years ago | |
test/dorkbox/netUtil | 9 months ago | |
.gitignore | 3 years ago | |
LICENSE | 2 months ago | |
LICENSE.Apachev2 | 3 years ago | |
LICENSE.CC0 | 3 years ago | |
LICENSE.MIT | 3 years ago | |
README.md | 4 months ago | |
build.gradle.kts | 4 months ago | |
gradle.properties | 2 years ago | |
gradlew | 3 months ago | |
gradlew.bat | 1 year ago | |
settings.gradle.kts | 3 years ago |
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.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.