Utilities for managing network configurations, IP/MAC address conversion, and ping (via OS native commands)
 
 
Go to file
Robinson d40f8cac28
Merge remote-tracking branch 'origin/master'
2024-01-17 16:43:35 +01:00
gradle/wrapper Updated deps. updated gradle 2022-11-21 16:37:55 +01:00
resources version 2.24 2024-01-17 16:43:09 +01:00
src/dorkbox/netUtil version 2.24 2024-01-17 16:43:09 +01:00
src9 code cleanup 2023-06-23 21:05:49 +02:00
test/dorkbox/netUtil Added hostName unit test 2022-06-24 22:57:12 +02:00
.gitignore Initial commit of multiple project merge 2020-08-08 20:23:54 +02:00
LICENSE version 2.24 2024-01-17 16:43:09 +01:00
LICENSE.Apachev2 Initial commit of multiple project merge 2020-08-08 20:23:54 +02:00
LICENSE.BSD3 Added license files 2023-06-24 01:53:45 +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
LICENSE.MPLv2 Added license files 2023-06-24 01:53:45 +02:00
README.md version 2.24 2024-01-17 16:43:09 +01:00
build.gradle.kts version 2.24 2024-01-17 16:43:09 +01:00
gradle.properties Updated gradle build file 2021-08-18 21:10:41 -06:00
gradlew line endings 2023-01-05 19:14:22 +01:00
gradlew.bat Updated dependencies. 2022-03-03 00:39:25 +01:00
settings.gradle.kts Hardcoded project name 2023-08-06 01:10:47 -06: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.24 ```

Gradle Info

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

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.