Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Virtual GPS device

Based on virtualgps project, but written in C.

# number of pseudo terminals
cat /proc/sys/kernel/pty/nr
# view the virtual device:
cat /dev/pts/3
# add pty to gpsd
sudo gpsdctl add /dev/pts/3
# remove pty from gpsd
sudo gpsdctl remove /dev/pts/3
# view gpsd logs
sudo journalctl -f -u gpsd
# run a simple gpsd client or an X11 client, e.g. xgps
cgps -s
# check gpsd status
telnet localhost 2947

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages