rsmp-nordic / rsmp_sxl_traffic_lights

RSMP Signal Exchange List (SXL) for Traffic Controllers
MIT License
12 stars 4 forks source link

RSMP Signal Exchange List (SXL) for Traffic Light Controllers

This repository contains the official RSMP SXL for traffic light controllers and is also used to coordinate the development of the SXL. The repository is maintained by RSMP Nordic

SXL

The SXL can be viewed here: https://rsmp-nordic.org/specification/#traffic-light-controller-sxl

Appendices

Chapter 3 and beyond of the contains all appendices.

Including:

Wiki

Please see the SXL for TLC Wiki for best practices and frequently asked questions.

Generating the specification from source

Requirements:

On Ubuntu:

# apt-get install python3-sphinx texlive texlive-latex-extra \
  texlive-humanities texlive-fonts-extra mscgen librsvg2-bin \
  latexmk sphinx python3-sphinx-rtd-theme inkscape

Then:

$ make latexpdf # For generating pdf
$ make html # For generating a hierarchy of html pages
$ make singlehtml # For generating a single html page