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.
- Sync and Async
- 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.
Todo