Hallo
Bei mir laeuft auf meinem System das Sript von sysrun zur Anzeige
von Abfahrtstafeln von Bussen,Bahnen etc.
Hab dazu mein erstes Modul fuer IPSLibrary geschrieben.
Vielleicht hat ja jemand Lust diese erste Version zu testen.
Installation :
$remoteRepository = 'https://raw.github.com/1007/IPSLibrary/BusBahn/';
$component = 'BusBahn';
IPSUtils_Include ("IPSModuleManager.class.php", "IPSLibrary::install::IPSModuleManager");
$moduleManager = new IPSModuleManager($component,$remoteRepository);
$moduleManager->LoadModule($remoteRepository);
$moduleManager->InstallModule($remoteRepository);
Danach updates uebers Webfront
Ist noch nicht im Master-Repositry
Konfiguration:
Den Bahnhof,Station etc auf
DB BAHN - Abfahrt und Ankunft
raussuchen.
Im Konfigurationsfile
…\scripts\IPSLibrary\config\modules\BusBahn\BusBahn_Configuration.inc.php
eintragen. Verkehrsmittel ein/ausblenden.
Aenderungen von Stationen,Wegezeit oder Verkehrsmittel werden
automatisch erkannt - hofffe ich
Webfrontdaten unter
Visualization.Webfront.Busbahn