Skip to content

GPS Application to parse GGA, GLL and RMC data. The data is stored into a mysql database.

Notifications You must be signed in to change notification settings

akashdecoder/GPSApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPS Application

GPS plays an important role in navigating from one place to another. It becomes very useful to the particular people who are new to a place and want to discover. Planetary Rovers also uses automated navigatin using GPS to send its location to the ground station. this Project shows how exactly GPS Works inside. How the GPS recievers get the GPS data from the satellite and parse them to give the characteristics of the a paritcular location (eg. latitude, longitude, speed of the vehicle, VHOP, HDOP).

DLLS in Visual Studio Code

https://docs.microsoft.com/en-us/cpp/build/walkthrough-creating-and-using-a-dynamic-link-library-cpp?view=vs-2019#:~:text=To%20create%20a%20DLL%20project%20in%20Visual%20Studio%202017&text=In%20the%20left%20pane%20of,Location%20and%20Solution%20name%20values.

Dynamic Linked Library is created for GGAParser, RMCParser and GGAParser to use the parse function in any programs.

About

GPS Application to parse GGA, GLL and RMC data. The data is stored into a mysql database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages