This repository contains source codes of the main technological server of hJOP project.
Description of whole hJOP project is available in Czech at http://hjop.kmz-brno.cz.
- Programming language: Object Pascal
- Environment: CodeGear RAD Studio (available for free under Community edition)
- For: Microsoft Windows OS
Windows executable files can be downloaded in Releases section. This project is nowadays distributed in x86-64 (64-bit) version only.
hJOPserver connects to the model railroad via 2 dynamic libraries:
- RCS (API specification)
- Trakce (API specification)
It creates:
- TCP server for connecting of the model railroad operators (API specification),
- creates UDP discover server (API specification),
- PT server (API specification), which is used for remote diagnostics of the server.
It maintains several databases and allows operators to control model railroad like JOP system does on the real railroad in the Czech Republic.
The whole hJOP project targets mainly czech users, so the whole GUI is in czech language only.
Simply clone this repository (with submodules!) and build exe via Delphi
compiler. CodeGear RAD Studio is nowadays free for non-commercial purposes.
Main project file: src/hJOPserver.dpr
This project was created by:
- Jan Horacek ([email protected])
Do not hesitate to contact author in case of any troubles!
This application is released under the Apache License v2.0 .