d393889c94d6979d390b1c5bb9bc310bab0360e6
czwek.adoc
| ... | ... | @@ -1 +1,5 @@ |
| 1 | 1 | = Czwek |
| 2 | + |
|
| 3 | +czwek is a codename of Bimba app for Android/Android-based operating systems |
|
| 4 | + |
|
| 5 | +Source is available at https://git.apiote.xyz/Bimba.git |
roadmap.adoc
| ... | ... | @@ -44,6 +44,7 @@ |
| 44 | 44 | ** [:desktop_computer: :arrow_up_down: :iphone:] arrivals to terminus with less visibility |
| 45 | 45 | * [:desktop_computer: :repeat:] GTFS frequencies |
| 46 | 46 | * [:desktop_computer:] GTFS-RT extensions (Amsterdam?) |
| 47 | +* [:microscope:] integrate https://transitous.org[Transitous] |
|
| 47 | 48 | |
| 48 | 49 | == cleaning |
| 49 | 50 | * [:desktop_computer:] routers (as is line router) |
szczanieckiej.adoc
| ... | ... | @@ -1 +1,7 @@ |
| 1 | 1 | = Szczanieckiej |
| 2 | + |
|
| 3 | +szczanieckiej (pronounced ʂt͡ʂa’ɲɛt͡s.kjɛj) is a reference implementation of a [[TRAFFIC|traffic]] server. |
|
| 4 | + |
|
| 5 | +Source code with build and run instructions is at https://git.apiote.xyz/szczanieckiej.git |
|
| 6 | + |
|
| 7 | +The server is responsible for converting GTFS files (role that will be split off to [[turntable]]), asking for updates from upstream services, and serving departures to clients. |
traffic.adoc
| ... | ... | @@ -1 +1,7 @@ |
| 1 | 1 | = TRAFFIC |
| 2 | + |
|
| 3 | +TRAFFIC (Transport Related Augmented File Format Improved & Corrected) is a data format used to represent public transport timetables and related information. |
|
| 4 | +Apart from defining format for data at rest, TRAFFIC describes an API used to exchange information between providers and clients. |
|
| 5 | +TRAFFIC is inspired by https://gtfs.org[GTFS], but it’s more concise and not human-readable; data can be converted from GTFS format to TRAFFIC, and TRAFFIC is compatible with GTFS Realtime. |
|
| 6 | + |
|
| 7 | +Source is available at https://git.apiote.xyz/traffic.git |