Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

devpscl/SquareTree

Repository files navigation


Version

SquareTree

SquareTree is a Java library to create packet traffic of customized nodes and modules at server-side. The application consists of several parts.

  • SquareTree-Connector (Client connect to the server)
  • SqareTree-Network (network library)
  • SqareTree-Server (Server application)

The Server-Application has a controlling terminal and a module system.

OS Supported
Windows yes
Linux yes
Macos no

Documentation

Maven

<dependencies>
  <!-- Server API -->
  <dependency>
    <groupId>net.apicode</groupId>
    <artifactId>squaretree-server</artifactId>
    <version>{{VERSION}}</version>
  </dependency>
  
  <!-- Connector API -->
  <dependency>
    <groupId>net.apicode</groupId>
    <artifactId>squaretree-connector</artifactId>
    <version>{{VERSION}}</version>
  </dependency>
</dependencies>

About

Bridge of nodes between server and connectors.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages