Skip to content

very simple latitude and longitude data generator. Simulating the operation of GPS satellites. I then used this code to test smoothing algorithms that will work in Arduino:)

License

Notifications You must be signed in to change notification settings

madpl1239/GPS_data-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alt text

actually it's latitude , longitude generator for now. Simulating the operation of GPS satellites. I then used this code to test smoothing algorithms that will work in Arduino:)

compilation: g++ -o gpsData main.cpp -Os -march=native -std=c++23 (or c++11 too)

run: type gpsData

About

very simple latitude and longitude data generator. Simulating the operation of GPS satellites. I then used this code to test smoothing algorithms that will work in Arduino:)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages