Skip to content

kmzbrnoI/hJOPserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hJOPserver

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

Using

Windows executable files can be downloaded in Releases section. This project is nowadays distributed in x86-64 (64-bit) version only.

Basic information

hJOPserver connects to the model railroad via 2 dynamic libraries:

It creates:

  1. TCP server for connecting of the model railroad operators (API specification),
  2. creates UDP discover server (API specification),
  3. 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.

Development

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

Special components & libraries

Authors

This project was created by:

Do not hesitate to contact author in case of any troubles!

License

This application is released under the Apache License v2.0 .

Packages

No packages published