GregHib / rs2-file-server

Lightweight stand-alone rs2 file distribution server built with ktor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RS2 File Server

A stand-alone server for distributing rs2 cache files.

Quick guide

Download the latest released jar and file-server.properties into the same directory.

Update file-server.properties with your own client properties.

Properties

Required

Key
port
revision
rsaModulus
rsaPrivate

Optional

Key Default value
threads 0
acknowledgeId 3
statusId 0
cachePath "./cache/"
prefetchKeys -

You can remove the prefetchKeys property to auto generate them on start-up.

About

Lightweight stand-alone rs2 file distribution server built with ktor

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Kotlin 100.0%