https://github.com/dorkbox/networkutils
Utilities for managing network configurations, IP/MAC address conversion, and ping (via OS native commands)
https://github.com/dorkbox/networkutils
Last synced: about 1 year ago
JSON representation
Utilities for managing network configurations, IP/MAC address conversion, and ping (via OS native commands)
- Host: GitHub
- URL: https://github.com/dorkbox/networkutils
- Owner: dorkbox
- License: other
- Created: 2020-08-08T18:21:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-17T15:43:37.000Z (over 2 years ago)
- Last Synced: 2025-01-09T04:42:06.834Z (over 1 year ago)
- Language: Kotlin
- Size: 786 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
NetworkUtils
============
###### [](https://git.dorkbox.com/dorkbox/NetworkUtils) [](https://github.com/dorkbox/NetworkUtils) [](https://gitlab.com/dorkbox/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.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.