Loading repository data…
Loading repository data…
pankajganjale / repository
I developed this application as a part of my final year college project. This web application helps users to monitor live Electric Vehicle data such as battery percentage, battery temperature, speed, location, etc. The authentication system of this website is powerful because of some Django features.
This web application helps users to monitor live Electric Vehicle data such as battery percentage, battery temperature, speed, location, etc. The authentication system of this website is powerful because of some Django features. I used ThingSpeak API to show live data and GeoIP API for location feature.
git clone https://github.com/pankajganjale/ev_monitoring.gitpython manage.py runserverPankaj Ganjale - My Linkedin
Project Link - Project Repo
Took some help from these resources
Users can't visit any page before login and after logout. Even users can't access any page by adding a end points to an url.
This authentication is also similar to the user login authentication. Only valid user can login.
On this page, admin can track all the details of users such as their vehicle details, vehicle's live data, queries raised by users, vehicle's past location, etc.
On this page, users can see only their data. Even car number and name also changes according to login details.
Here users can track their vehicle's live data such as vehicles's speed, battery percentage and battery temperature, etc.
On this page, users can see a live location of their vehicle. They can use map feature and calculate distance between two places.
Users can contact admin using this contact form. As soon as user submit this form, it will be displayed on Admin Panel.