You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ru.r2cloud:rotctrldClient

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ru.r2cloud:rotctrldClient

Java client for rotctrld daemon

1.1
Source
mavenMaven
Version published
Maintainers
1
Source

About Build Status Quality Gate Status

Java client for rotctrld daemon

Usage

  • Add maven dependency:
<dependency>
  <groupId>ru.r2cloud</groupId>
  <artifactId>rotctrldClient</artifactId>
  <version>1.0</version>
</dependency>
  • Setup client and make a request:
RotctrldClient client = new RotctrldClient("127.0.0.1", port, 10000);
client.start();
Position position = client.getPosition();
client.stop();

FAQs

Package last updated on 02 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts