ETA support

Sumit5 years ago

Hi,
Does traccar support ETA?

Anton Tananaev5 years ago

No.

Sumit5 years ago

Do you know some other library or API which calculates ETA free? Because I went for the Google Distance Matrix API which is costly in my case. I have to calculate ETA for some points while there is an assuming trip(or the vehicle is moving from source to destination) which is already known some points and the driver location is changing frequently. If this is possible, it would be great for me.

Anton Tananaev5 years ago

OSRM is one option:

http://project-osrm.org/

Sumit5 years ago

Thank you.

Sumit5 years ago

It worked but after running 2 to 5 requests.

I tried this URL

**URL**: http://router.project-osrm.org/route/v1/driving/13.388860,52.517037;13.397634,52.529407;13.428555,52.523219?overview=false
**Method**: GET

It responded this after some requests but it was showing the response before that:

{
   message: "Too Many Requests"
}
Sumit5 years ago

It is working but when it is frequently access, it does not shows the real response or shows "Too Many Requests"