An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

NetworkUtils
============

###### [![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
---------
```

...

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.