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
