Skip to content

The SpeedSync RESTful API serves as the backend server for handling vehicle data, storing it in the database, and managing various functionalities related to speed tracking and monitoring. This API is designed to facilitate communication between the vehicle dashboard software and the server, ensuring seamless data transmission and processing.

Notifications You must be signed in to change notification settings

sayeedajmal/SpeedSync_RestFul

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EndPoints

- api/v1/vehicles
    - POST challans

Fields

private String carNumber;
private Map<String, Object> vehicleDetails;
private Location location;
private int currentSpeed;
private String highway;
private long timestamp;

About

The SpeedSync RESTful API serves as the backend server for handling vehicle data, storing it in the database, and managing various functionalities related to speed tracking and monitoring. This API is designed to facilitate communication between the vehicle dashboard software and the server, ensuring seamless data transmission and processing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages