noi-techpark / realtimebus

Real Time Bus Notification System
GNU Affero General Public License v3.0
18 stars 7 forks source link

install it on my local box #2

Closed aborruso closed 9 years ago

aborruso commented 9 years ago

Hi, in my city (Palermo, Italy) soon we will have local GTFS in open data, and I would like to release its energy using your app.

I have read that you are working on getting this code base self contained and easy to be installed. Do you have release date?

Thank you very much

ohnewein commented 9 years ago

Hi aborruso,

@bertollaAttis has started to isolate the client code from the backend. You can find it in the c/s-separation branch:

https://github.com/tis-innovation-park/realtimebus/tree/c/s-separation

We would be happy to get feedback about the README in the client folder:

https://github.com/tis-innovation-park/realtimebus/blob/c/s-separation/client/README.md

Best wishes! Patrick

aborruso commented 9 years ago

Ciao @ohnewein , thank you.

I have some problelm with "git clone https://github.com/tis-innovation-park/realtimebus.git". It does not recreate the client folder.

I have downloaded the zip file, and extracted the client folder. It works.

Now I would like to test it for my city, but I have seen you use realtime data. For Palermo I will have static GTFS files, and I will have to simulate realtime using timetable data (as ULM API https://github.com/UlmApi/livemap).

Grazie mille

ohnewein commented 9 years ago

Ciao @aborruso ,

the separation of the client from the server side code is not yet been merged into the master branch. Therefore after the clone you have to activate the "c/s-separation" branch, using the following command:

git checkout c/s-separation

I have updated the README accordingly.

We have no experience with the simulation of realtime data from timetables. It sounds an interesting approach for those who have no real time data available. Even if simulations from timetable can differ a lot from the real positions.

Please keep us updated about your progress!

Buon fine settimana!

aborruso commented 9 years ago

Ciao @ohnewein , once the data will be published I'll try to build a demo using ULM project source and Nitrous.IO; I will send you the URL.

This simulation will differ a lot from reality, but it could be a public monitor tool about bus service efficiency.

Buon fine settimana anche a te!

ohnewein commented 9 years ago

Ciao @aborruso ,

I am looking forward to your code. We would like to try it in South Tyrol and verify the difference between simulated and real time data.

p.s. I have merged the "c/s-separation" @bertolla is working on into the master.

Un caro saluto! Patrick

aborruso commented 9 years ago

Ciao @ohnewein, once I have the data, I will build my demo and publish the code.

Buona giornata!