Vehicle Tracking and Base station..

Baltee Bhaii 1 Reputation point
2021-11-11T08:21:04.257+00:00

hi I can create a vehicle tracking with mobile phone IMEI number . Could you please tell me how can I track vehicle with IMEI number and use Google Map in asp.net mvc5 .. After I track the vehicle then we check the speed limit of car , fuel Consumption Etc
..Plz help me i am little bit confused just guide me .....

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,593 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 71,266 Reputation points
    2021-11-11T16:02:53.04+00:00

    You will need to write an actual mobile application. You may also need a obdii device with Bluetooth support. You will use the mobile GPS to calculate distance and direction, and the accelerometer to detect heavy acceleration and braking.

    If you don't know enough physics and math to do the calculations, you may want to buy a sdk kit.

    if you just want to track on a map, we aware that the GPS might not be accurate enough. you will probably have the app upload the GPS coordinates at known intervals to save battery. then on the server you try to map to actual roads. Azure IOT will be helpful in capturing the data.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.