View Full Version : very intersting program for you all



tarfous200
21st February 2006, 16:56
it is a program which can give the hour exact of arrived of bus
tram or subway in each stop for example (in Brussels) you are
in stop named wielemans
you put stop: wielmens
hour : 14:50
then the program gives you all the means wich passes in this stop en time of the arrived
bus 49 passes at 14:56
bus 50 passes at 15:00
tram 52 passes at 15:02

who have idea how to create this program
it need big of all stops in each city in europe like paris madrid or paris
it's look like tube program but this program doesn't have bus stops
for belguim I can provide all the hours of bus tram metro via the site of la STIB/MIVB

slimsam
4th March 2006, 14:35
well first problem is that the times change quit fast but its a nice idea though. theres no need of lot of experiece to make this app tough. learn some j2me and make it yourself

watusi
15th March 2006, 05:54
in dct3 program theres an script for that application using NOKIX

/*
bus_timetable.nrx Version 1.4
---------------- Copyright (c) 2005 [Yak]

Inserts a tram/bus timetable (scheduler) application.


PARAMETERS: <filename>

filename - name of file with timetable database (bus/tram line)
(see below for file format)


Use this script many times to add multiple databases (lines).


Access with following definition:

bus_timetable


New for 1.5:
- possibility to specify separate departure times for every stop
(can be also mixed with SHIFT mode)
- DELAY keyword replaced with SHIFT (more descriptive)
- timetable algos rewritten from scratch
- seconds timer is disabled during menu browsing causing it to
be a bit faster


UGAGE:

After calling the definition you will be presented with main
application's screen. On the top you will see a clock showing
current time (with seconds) and date (month and day). Below,
name of currently selected timetable database (line) is presented.
Right under it name of currently selected stop is showed. Below
you will see currently viewed departure time of selected line
from selected stop. The sooner departure time in underlined.
Use keys UP/DOWN do move earlier/later in departure times. On
the right side of the time, the name of week day is viewed. This
name is bounded to departure time, if you keep pressing DOWN
(later) and you cross the midnight, the week day name will change.
If the week day name is same as today's week day, it's underlined.