Go to file
y5nw 3a3a9d2020 Code cleanup; add route for generating a diagram of interlocking routes 2021-08-21 13:04:22 +02:00
.gitignore Fix regression, add usage note 2021-08-12 23:16:09 +02:00
LICENSE Add license 2021-08-17 00:31:34 +02:00
Makefile Add documentation 2021-08-18 17:11:46 +02:00
README.md Add documentation 2021-08-18 17:11:46 +02:00
agpl-3.0.txt Add license 2021-08-17 00:31:34 +02:00
dataserver.lisp Code cleanup; add route for generating a diagram of interlocking routes 2021-08-21 13:04:22 +02:00
graphviz.lisp Code cleanup; add route for generating a diagram of interlocking routes 2021-08-21 13:04:22 +02:00
helpers.lisp Further code cleanup 2021-08-20 15:56:30 +02:00
interlocking.lisp Code cleanup; add route for generating a diagram of interlocking routes 2021-08-21 13:04:22 +02:00
serialize-lib.lisp Cleanup code 2021-08-19 23:19:05 +02:00
server-wrapper.lisp Code cleanup; add route for generating a diagram of interlocking routes 2021-08-21 13:04:22 +02:00
ywatds.asd Code cleanup; add route for generating a diagram of interlocking routes 2021-08-21 13:04:22 +02:00

README.md

ywatds - a simple server program that provides data based on advtrains savefiles

Please note that this project is still WIP and experimental. Use at your own risk.

Usage

Command-line arguments

ywatds world-path port-number

world-path: path to the advtrains savefiles, usually the world directory

port-number: the port to use for the server

Further documentation is available on /doc on the server.