Can you please explain in more details how billing is related to vehicle location.
Sorry I was traveling. Suppose that I want to chargein my user USSD requests the position of "taxi" nearest.
example:
on the user's phone: "# XXX #
my server responds: "welcome to the service ...... input your starting point to arrival point?.
Finally, the customer receives the waiting time between the arrival of the next "taxi" Nearest
This is a very specific functionality for taxi services. I want to keep server more generic GPS tracking solution for any purposes. I guess you can use Traccar as a part of your system, but I don't have plans to include such billing functionality directly into Traccar server yet.
From What I understand, of your query the best way to achieve this is.
You can apply for an USSD Number at your telco level or aggregator if any for all telco operators at your region.
Implement the FLOW & MENU Options of USSD response at the telco systems.
On completion of users menu selection or data input, the USSD response can be collected and queried back to a web-service
These web-services you can, configure onto your traccar servers (DB) with appropriate responses, based on users input parameters on the USSD menu.
Hello everyone I am a new user and admin in the opentracking, and I think TRACCAR is the ideal tool for this. but my project is to work with a billing information (location of vehicles, speed, ...) requested by USSD (unstructured supplementary service data). Is this possible? and how can I do this (code ...)