Greek Train Provider
Make available Greek Train providers in Fahrplan like Trainose: http://www.trainose.gr/
This is important for Greek Users of Fahrplan
There are some android apps available. ~~Found https://github.com/phoxicle/TrainOse which is MIT license. (which is GPL compatible) So we could use some insight from there.~~
It seams it uses the authors homepage for parsing.
Sample Request for journey:
https://tickets.trainose.gr/dromologia/ajax.php?c=dromologia&op=vres_dromologia&apo=%CE%91%CE%98%CE%97%CE%9D&pros=%CE%A0%CE%9B%CE%95%CE%A5&date=2015-06-11&rtn_date=undefined-undefined-&travel_type=1&trena%5B%5D=apla&trena%5B%5D=ic&trena%5B%5D=ice&trena%5B%5D=bed&time=23%3A59&time_type=anaxwrhsh&rtn_time=23%3A59&rtn_time_type=anaxwrhsh
intermediate stops Details available via:
https://tickets.trainose.gr/dromologia/ajax.php?c=dromologia&op=vres_staseisTrenou&treno=3534&date=20150611
It always uses the greek station names as "apo" and "pros" (ews in json response). List (en and gr) is available here:
http://www.trainose.gr/wp-content/themes/trainose/js/stations.js
It seams that there is no time-table support, neither a train selection or GPS.