Utilities for managing network configurations, IP/MAC address conversion, and ping (via OS native commands)
Go to file
nathan b1a49be45e Changed getByName -> fromString (to fit with the rest of the API naming conventions). "" host for InetAddress is now (correctly), null 2020-09-18 03:24:08 +02:00
src/dorkbox/netUtil Changed getByName -> fromString (to fit with the rest of the API naming conventions). "" host for InetAddress is now (correctly), null 2020-09-18 03:24:08 +02:00
test/dorkbox/netUtil Changed getByName -> fromString (to fit with the rest of the API naming conventions). "" host for InetAddress is now (correctly), null 2020-09-18 03:24:08 +02:00
.gitignore Initial commit of multiple project merge 2020-08-08 20:23:54 +02:00
LICENSE Updated build/plugins. license has kotlin as 1980 since that is when the interior files (for that jar) are published. We use the self-published date for license information 2020-08-18 22:35:09 +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 readme 2020-08-09 13:09:31 +02:00
build.gradle.kts Changed getByName -> fromString (to fit with the rest of the API naming conventions). "" host for InetAddress is now (correctly), null 2020-09-18 03:24:08 +02:00
gradlew Initial commit of multiple project merge 2020-08-08 20:23:54 +02:00
gradlew.bat Initial commit of multiple project merge 2020-08-08 20:23:54 +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 1.0 ```

Gradle Info

dependencies {
    ...
    compile 'com.dorkbox:NetworkUtils:1.0'
}

License

This project is © 2014 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.