Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bvolpato/sockettester
:earth_americas: Network Monitoring Tool for Java
https://github.com/bvolpato/sockettester
java monitoring network
Last synced: about 1 month ago
JSON representation
:earth_americas: Network Monitoring Tool for Java
- Host: GitHub
- URL: https://github.com/bvolpato/sockettester
- Owner: bvolpato
- License: apache-2.0
- Created: 2015-07-10T00:08:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T04:22:59.000Z (12 months ago)
- Last Synced: 2024-04-14T02:55:04.787Z (7 months ago)
- Topics: java, monitoring, network
- Language: Java
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sockettester
========[![Apache License](http://img.shields.io/badge/license-ASL-blue.svg)](https://github.com/brunocvcunha/sockettester/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/brunocvcunha/sockettester.svg)](https://travis-ci.org/brunocvcunha/sockettester)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.brunocvcunha.sockettester/sockettester/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.brunocvcunha.sockettester/sockettester)
[![Coverage Status](https://coveralls.io/repos/github/brunocvcunha/sockettester/badge.svg?branch=master)](https://coveralls.io/github/brunocvcunha/sockettester?branch=master):earth_americas: Network Monitoring Tool for Java
This small API allows you to map your network environment in XML files and to run socket validations.
Download
--------Download [the latest JAR][1] or grab via Maven:
```xmlorg.brunocvcunha.sockettester
sockettester
0.1```
or Gradle:
```groovy
compile 'org.brunocvcunha.sockettester:sockettester:0.1'
```Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
(Project at initial version, to be detailed soon)
[1]: https://search.maven.org/remote_content?g=org.brunocvcunha.sockettester&a=sockettester&v=LATEST
[snap]: https://oss.sonatype.org/content/repositories/snapshots/