Radarcape:Miscellaneous: Difference between revisions
Jump to navigation
Jump to search
imported>Sascha No edit summary |
imported>Sascha No edit summary |
||
Line 9: | Line 9: | ||
''socat pty,link=/tmp/ttyGPS tcp:192.168.1.1000:10685'' | ''socat pty,link=/tmp/ttyGPS tcp:192.168.1.1000:10685'' | ||
''gpsd /tmp/ttyGPS'' | |||
You may test if gpsd has successfully been connected to your Radarcape by using the ''xgps'' tool. | You may test if gpsd has successfully been connected to your Radarcape by using the ''xgps'' tool. |
Revision as of 18:45, 2 January 2015
Using SOCAT to copy TCP to a file
socat -u TCP:localhost:10002 OPEN:radarcape.bin,creat
Using SOCAT to access the GPS receiver via network
The Radarcape provides access to the raw data of the GPS device via a network socket. This can be used to provide GPS information to the Linux gpsd daemon.
socat pty,link=/tmp/ttyGPS tcp:192.168.1.1000:10685 gpsd /tmp/ttyGPS
You may test if gpsd has successfully been connected to your Radarcape by using the xgps tool.
Cannot Execute a Binary
On Debian, apt-get upgrade leads to an error with LED aging
Description and replacing script
On Debian: "not a dynamic executable" or any other problems with ld-linux-armhf.so.3
cd /lib
ln -sf arm-linux-gnueabihf/ld-linux.so.3 .