An app for tracking and managing your rail systems, in real time.
Go to file
Andrew Lalis 3ac886feeb added stuff 2022-05-07 20:31:15 +02:00
.mvn/wrapper Added all basic infrastructure. 2021-11-21 23:46:01 +01:00
railsignal-app added stuff 2022-05-07 20:31:15 +02:00
src added stuff 2022-05-07 20:31:15 +02:00
.gitignore Added all basic infrastructure. 2021-11-21 23:46:01 +01:00
LICENSE Initial commit 2021-11-21 13:44:20 +01:00
README.md Added more to the readme. 2021-11-26 22:35:17 +01:00
mvnw Added all basic infrastructure. 2021-11-21 23:46:01 +01:00
mvnw.cmd Added all basic infrastructure. 2021-11-21 23:46:01 +01:00
pom.xml added stuff 2022-05-06 22:43:02 +02:00

README.md

RailSignalAPI

A simple API for tracking rail traffic in signalled blocks.

You can download the program via releases.

Once you download the JAR file, you can simply run it with java -jar <jarfile>. Note that this program requires Java 17.

Once it's started up, navigate to http://localhost:8080 to view the RailSignal web interface, where you can make changes to your systems. You should start by creating a new rail system.

Once you've done that, you can go ahead and create some signals for your system.

Immersive Railroading and ComputerCraft

To begin controlling your signals from within the game, you can set up a signal controller computer with a two detector augments on the rail (one for redstone, one for the computer connection) and two monitors. Make sure all perhipherals are connected to the network, and then run this command:

pastebin run Z72QhG7G

This will run an installation script that will guide you through setting up your signal's configuration.

See here for some examples of how to build the signal structures within your world.