Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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:
```xml

org.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/