Skip to content

VRR departure monitor written in Python. Aims to look and behave like public displays of EVAG (Essener Verkehrs-AG)

License

Notifications You must be signed in to change notification settings

andrejanowicz/demon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

About

Demon is a departure monitor written in python. It connects to VRR's EFA interface and prints the results in a way to mimic the look of EVAG's public departure displays.

Setup

  • install requests module
  • set executable bit
pip3 install requests
chmod +x demon.py

Usage

./demon.py city "station name" offset_in_minutes --platform 1,2,3,n --rows 5

make sure to mask spaces in station names with a backslash or put station name in quotation marks.

Output

105  Finefraustraße          28 min
104  Mülheim Hauptfriedhof   28 min 
105  Unterstraße             33 min
105  Finefraustraße          43 min 
105  Unterstraße             48 min

About

VRR departure monitor written in Python. Aims to look and behave like public displays of EVAG (Essener Verkehrs-AG)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages