CUTR-at-USF / OpenTripPlanner-for-Android

An Android app for multi-modal trip planning and navigation using any OpenTripPlanner server.
Other
130 stars 91 forks source link

Region selection throwing error #497

Open vkanarola opened 2 years ago

vkanarola commented 2 years ago

I have download the source code from here and try to run the app . It is showing me region listing . Now if I clicked on any of the default region it is showing error like " Server not working , trying again this time with old version: Unable to resolve host "vps256598.ovh.net": No address associated with hostname". Could you please help

barbeau commented 2 years ago

@vkanarola OTP for Android pulls regions from this directory of OTP servers (See "OTP Directory tab'), which are community maintained: https://docs.google.com/spreadsheets/d/1QMPfDQy8E6oLBqsv41oEqb7pFvB2fpZpQRnK3grlKf8/

This application really isn't being actively maintained at this point, and it looks like many of these servers have gone offline. All energy has been going towards OneBusAway, which uses OTP servers for trip planning - see https://github.com/OneBusAway/onebusaway-android/blob/master/SYSTEM_ARCHITECTURE.md.

If you'd like, you can set up your own OTP server with your own data to use the app. See https://github.com/CUTR-at-USF/OpenTripPlanner-for-Android/wiki#adding-your-region-to-otp-android for details.

vkanarola commented 2 years ago

My custom region works fine . I do not want to go with onebus away for now . I have all the things which I need for my project integration in this demo except real time navigation. Can you please inform if this demo includes live navigation of user or not ?

barbeau commented 2 years ago

OTP Android doesn't include any real-time navigation. OneBusAway Android does include arrival and destination reminders to alert the user when the transit vehicle is approaching to pick up them up and when they should exit the transit vehicle.

I have all the things which I need for my project integration in this demo except real time navigation.

Great! Can you share more about how you're using the project? One other note - Google Play pulled this application, if I recall correctly over permission declaration issues, which was linked to one of the dependencies. So if you intent to publish a fork on Google Play you're have some updating to do.