NetworkUtils/README.md

42 lines
1021 B
Markdown
Raw Normal View History

NetworkUtils
============
2020-08-09 13:09:31 +02:00
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/NetworkUtils) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/NetworkUtils) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](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
---------
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>NetworkUtils</artifactId>
2020-08-09 13:09:31 +02:00
<version>1.0</version>
</dependency>
</dependencies>
```
Gradle Info
---------
````
dependencies {
...
2020-08-09 13:09:31 +02:00
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.