Skip to content

codeeuser/springgps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulate Live GPS Data for Testing

  • Produce the Live Navigation GPS data based on the CSV file built with Spring Boot.
  • The Live GPS data would repeat after end of the CSV file.

Sample Access URL

http://localhost:8087/api/coordinate

Sample Returned Data Format

  • Return JSON format data
  • {"type":"Point","coordinates":{"lng":101.6869,"lat":3.139}}

CLI

  • ./mvnw spring-boot:run
  • ./mvnw clean package
  • java -jar springgps-0.0.1-SNAPSHOT.jar

About

Simulate Live GPS Data for Testing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages