Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 846 Bytes

File metadata and controls

16 lines (11 loc) · 846 Bytes

🚂 Java Client for DataTracks

DataTracks Connection Tests

The Java client for DataTracks allows clients to connect to a DataTracks server and perform network-based operations such as sending and receiving data. Built using Java's NIO (New I/O) API, the client can communicate with the server using efficient, non-blocking TCP or UDP connections, depending on the selected configuration.

Features

  • Sync and Async

Requirements

  • Java 17+: The client requires at least Java 17.
  • Network Access: The client must have network access to the DataTracks server to function properly.
  • Dependencies: The client relies on TrackRails for communication.

Usage

Todo