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 | ||
== Server Settings == | == Server Settings == | ||
If the server is also a Radarcape, and in case that you want to get access from external devices to the ports through the tunnel, you need to add switch "'''-a'''" to the dropbear startup file '''/lib/systemd/system/[email protected]'''. | If the server is also a Radarcape, and in case that you want to get access from external devices to the ports through the tunnel, you need to add switch "'''-a'''" to the dropbear startup file '''/lib/systemd/system/[email protected]'''. |
Revision as of 09:10, 4 October 2013
Using SOCAT to copy TCP to a file
socat -u TCP:localhost:10002 OPEN:radarcape.bin,creat
Server Settings
If the server is also a Radarcape, and in case that you want to get access from external devices to the ports through the tunnel, you need to add switch "-a" to the dropbear startup file /lib/systemd/system/[email protected].