/sockettester

:earth_americas: Network Monitoring Tool for Java

Primary LanguageJavaApache License 2.0Apache-2.0

sockettester

Apache License Build Status Maven Central Coverage Status

🌎 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 or grab via Maven:

<dependency>
  <groupId>org.brunocvcunha.sockettester</groupId>
  <artifactId>sockettester</artifactId>
  <version>0.1</version>
</dependency>

or Gradle:

compile 'org.brunocvcunha.sockettester:sockettester:0.1'

Snapshots of the development version are available in Sonatype's snapshots repository.

(Project at initial version, to be detailed soon)