Skip to content

XTABLES Server & Client Java

Latest
Compare
Choose a tag to compare
@Kobeeeef Kobeeeef released this 29 May 00:21
· 71 commits to master since this release

XTABLES Java Server, Client & Webserver Release (v4)

Key Features:

  • Server Application: A robust server for bidirectional communication.
  • Webserver Application: A powerful webserver for visual data editing.
  • Client Application: Easy connectivity to the server.
  • Sockets Integration: Seamless real-time communication.
  • Session Management: Target specific sessions for message delivery.

Getting Started (XTABLES SERVER):

  1. JDK 20 is required!
  2. Run java -jar XTABLES.jar {port} to launch the server. The port is optional and defaults to 1735 if not specified.
  3. Start communicating in real time!

Getting Started (XTABLES CLIENT):

        <dependencies>
            <dependency>
                <groupId>org.kobe.xbot</groupId>
                <artifactId>xtables</artifactId>
                <version>4.3</version>
            </dependency>
        </dependencies>
    <repositories>
        <repository>
            <id>github</id>
            <url>https://maven.pkg.github.com/kobeeeef/XTABLES</url>
        </repository>
    </repositories>

Getting Started (XBOARD):

  1. JDK 20 is required!
  2. Run java -jar XBOARD.jar {server_address} {port} to launch the server. The server address & port is optional and default to localhost:1735 if not specified.
  3. Start viewing in real-time!

Full Changelog: v3.0.0...v4.0.0