Skip to content

flav1972/gpsais

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#open pipe
socat -d -d pty,raw,echo=0 pty,raw,echo=0
#or
socat PTY,link=/tmp/ttyS0,raw,echo=0 PTY,link=/tmp/ttyS1,raw,echo=0

#this will give two pts connected by a pipe
#the second example names the ports as requested

modify gps.py to set initial position and speed

then run gps.py and redirect output to one pts.

set opencpn to read nmea data from other side (the pts is not listed. must be entered manually)

About

GPS and AIS Simulator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages