XINA Tunnel
Overview
The XINA Tunnel is a command line application is required for client applications to communicate with the XINA Server via the XINA API. This application is distributed as a Java jar file and requires Java 17 or greater to run.
DownloadVersions
XINA Tunnel 9.2.0
xina_tunnel_9.2.0.zipDownload Here
Usage
Windows
java -Dlog4j.configurationFile="path to log4j2.xml" ^ -jar "path to xina_tunnel.jar" ^
-host "host URL or IP address" ^
-keyfile "path to key.json"
MacOS, Linux
java -Dlog4j.configurationFile="path to log4j2.xml" \
-jar "path to xina_tunnel.jar" \
-host "host URL or IP address" \
-keyfile "path to key.json"