Skip to content

BenDuval/GNSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

GNSS

How to Compile and Run the GNSS Code

Requirements
Raspberry Pi with UART enabled
GNSS Module connected to the Pi
C++ Compiler (g++)

Compiling the Code

To compile the code, navigate to the directory containing gnss.cpp (gnss) and run:

g++ -o gnss gnss.cpp  

This will create an executable file named

gnss  

Running the Code

Run the executable with sudo to ensure it has permissions to access the serial port:

sudo ./gnss  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages