Radarcape:Miscellaneous: Difference between revisions
Jump to navigation
Jump to search
imported>Dl4mea |
imported>Dl4mea |
||
Line 1: | Line 1: | ||
====Using SOCAT to copy TCP to a file==== | ====Using SOCAT to copy TCP to a file==== | ||
socat -u TCP:localhost:10002 OPEN:radarcape.bin,creat | socat -u TCP:localhost:10002 OPEN:radarcape.bin,creat | ||
====Cannot Execute==== | ====Cannot Execute a Binary==== | ||
[http://stackoverflow.com/questions/20717838/gcc-arm-executable-no-such-file-orr-directory-wrong-dynamic-lib Dynamic lib missing] | [http://stackoverflow.com/questions/20717838/gcc-arm-executable-no-such-file-orr-directory-wrong-dynamic-lib Dynamic lib missing] |
Revision as of 07:06, 31 August 2014
Using SOCAT to copy TCP to a file
socat -u TCP:localhost:10002 OPEN:radarcape.bin,creat